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

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

Powered by Google App Engine
This is Rietveld 408576698