blob: c732099d0fa304fa9d6abbff2bad73125536d439 (
plain) (
tree)
|
|
.top-row {
margin-bottom: 10px;
}
.top-row > * {
margin-right: 10px;
margin-bottom: 10px;
}
.top-row #button-settings {
margin-right: 0;
}
.buttonbar button {
margin-bottom: 4px;
}
.buttonbar {
margin-bottom: 20px;
}
#slider {
display: inline-block;
width: 160px;
margin-left: 20px;
margin-bottom: 3px;
margin-right: 20px;
}
#lower-handle, #upper-handle {
width: 3em;
height: 1.6em;
top: 50%;
margin-top: -.8em;
margin-left: -1.5em;
text-align: center;
line-height: 1.6em;
}
.table-nowrap td {
white-space: nowrap;
}
td.p-addon {
padding: 5px 5px 5px 0 !important;
text-align: right;
}
|