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..55d20aa14d6724cf6e09869ca3ecef85f56f3584 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/server2/static/css/samples.css |
| @@ -0,0 +1,35 @@ |
| +#controls { |
| + margin: 10px 0; |
| + background: #EEE; |
| + padding: 10px; |
| + border-radius: 10px; |
| +} |
| + |
| +.controlbox { |
| + 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.
|
| +} |
| + |
| +#search_input { |
| + width: 30em; |
| +} |
| + |
| +.label { |
| + min-width: 150px; |
| + text-align: right; |
| + vertical-align: top; |
| + padding-right: 10px; |
| + font-weight: bold; |
| +} |
| + |
| +.sample { |
| + position: relative; |
| + padding-left: 80px; |
| +} |
| + |
| +img.icon { |
| + position: absolute; |
| + width: 64px; |
| + height: 64px; |
| + left: 0; |
| + top: 40px; |
| +} |