blob: 3cd6653f3c7c7edf2e66af8f4ac642fb3de93520 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.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;
}
|