Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/static/css/samples.css |
| diff --git a/chrome/common/extensions/docs/server2/static/css/samples.css b/chrome/common/extensions/docs/server2/static/css/samples.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f08e8223cb50587462d5def989c5215c84e8bfc8 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/server2/static/css/samples.css |
| @@ -0,0 +1,37 @@ |
| +#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
|
| + margin: 10px 0; |
| + background: #EEE; |
| + padding: 10px; |
| + border-radius: 10px; |
| +} |
| + |
| +.controlbox { |
| + padding-left: 12em; |
| + position: relative; |
| +} |
| + |
| +.controlbox strong { |
| + 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.
|
| + left: -10px; |
| + top: 2px; |
| + text-align: right; |
| + width: 12em; |
| +} |
| + |
| +.controlbox input { |
| + width: 30em; |
| + margin-bottom: 4px; |
| +} |
| + |
| +.sample { |
| + position: relative; |
| + padding-left: 80px; |
| +} |
| + |
| +img.icon { |
| + position: absolute; |
| + width: 64px; |
| + height: 64px; |
| + left: 0; |
| + top: 40px; |
| +} |