mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-13 21:52:29 +01:00
33 lines
436 B
CSS
33 lines
436 B
CSS
footer {
|
|
padding-left:5%;
|
|
bottom:0px;
|
|
position:absolute;
|
|
font-size:75%;
|
|
}
|
|
.push {
|
|
padding-left:5%;
|
|
}
|
|
.pushbottom {
|
|
padding-bottom: 3%;
|
|
}
|
|
.pushtop {
|
|
padding-top: 3%;
|
|
}
|
|
.linkActionBtn {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.form-control#custom {
|
|
width: 120px;
|
|
display: inline;
|
|
}
|
|
td {
|
|
word-wrap: break-word;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
table-layout:fixed;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
} |