OLD | NEW |
---|---|
(Empty) | |
1 #controls { | |
2 margin: 10px 0; | |
3 background: #EEE; | |
4 padding: 10px; | |
5 border-radius: 10px; | |
6 } | |
7 | |
8 .controlbox { | |
9 position: relative; | |
not at google - send to devlin
2012/07/24 23:47:02
this doesn't need to be positioned (none of its ch
cduvall
2012/07/25 00:04:34
Done.
| |
10 } | |
11 | |
12 #search_input { | |
13 width: 30em; | |
14 } | |
15 | |
16 .label { | |
17 min-width: 150px; | |
18 text-align: right; | |
19 vertical-align: top; | |
20 padding-right: 10px; | |
21 font-weight: bold; | |
22 } | |
23 | |
24 .sample { | |
25 position: relative; | |
26 padding-left: 80px; | |
27 } | |
28 | |
29 img.icon { | |
30 position: absolute; | |
31 width: 64px; | |
32 height: 64px; | |
33 left: 0; | |
34 top: 40px; | |
35 } | |
OLD | NEW |