Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/samples.css

Issue 10809062: Extensions Docs Server: Samples search and icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698