Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #controls { | |
|
not at google - send to devlin
2012/07/24 01:09:55
general CSS comment: if you look at the page there
cduvall
2012/07/24 20:14:47
Done. I assume all the underlining you were talkin
| |
| 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; | |
|
not at google - send to devlin
2012/07/24 01:09:55
Yeah, really weird to be using the type of tag to
cduvall
2012/07/24 20:14:47
Done.
| |
| 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 |