OLD | NEW |
---|---|
(Empty) | |
1 #controls { | |
2 margin: 10px 0; | |
3 background: #EEE; | |
4 padding: 10px; | |
5 border-radius: 10px; | |
6 } | |
7 | |
8 #search_input { | |
9 width: 30em; | |
10 } | |
11 | |
12 .label { | |
13 font-weight: bold; | |
14 } | |
15 | |
16 td.label { | |
17 min-width: 150px; | |
18 text-align: right; | |
19 vertical-align: top; | |
20 padding-right: 10px; | |
21 } | |
22 | |
23 .sample { | |
24 position: relative; | |
25 padding-left: 80px; | |
26 } | |
27 | |
28 img.icon { | |
29 position: absolute; | |
30 width: 64px; | |
31 height: 64px; | |
32 left: 0; | |
33 top: 40px; | |
34 } | |
OLD | NEW |