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

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: fixes 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 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.
10 }
11
12 #search_input {
13 width: 30em;
14 }
15
16 .label {
17 min-width: 150px;
18 text-align: right;
19 vertical-align: top;
20 padding-right: 10px;
21 font-weight: bold;
22 }
23
24 .sample {
25 position: relative;
26 padding-left: 80px;
27 }
28
29 img.icon {
30 position: absolute;
31 width: 64px;
32 height: 64px;
33 left: 0;
34 top: 40px;
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698