22 lines
394 B
CSS
22 lines
394 B
CSS
body {
|
|
padding-top: 70px;
|
|
}
|
|
|
|
table.table-topspace {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
h1.divider, h2.divider, h3.divider, h4.divider, h5.divider, h6.divider {
|
|
border-bottom: 1px solid #eee;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.pagination select.form-control {
|
|
height: 18px;
|
|
padding: 0;
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
width: auto;
|
|
} |