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