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

Side by Side Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.css

Issue 10384079: Reland "Implement random wallpaper feature" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #wallpaper-title span { 5 #wallpaper-title span {
6 -webkit-padding-start: 17px; 6 -webkit-padding-start: 17px;
7 padding-top: 6px; 7 padding-top: 6px;
8 } 8 }
9 9
10 #set-wallpaper-page .content-area { 10 #set-wallpaper-page .content-area {
11 height: 400px; 11 height: 400px;
12 } 12 }
13 13
14 #wallpaper-grid { 14 #wallpaper-grid {
15 margin: 0; 15 margin: 0;
16 width: 640px; 16 width: 640px;
17 } 17 }
18 18
19 #wallpaper-grid img { 19 #wallpaper-grid img {
20 height: 80px; 20 height: 80px;
21 width: 128px; 21 width: 128px;
22 } 22 }
23 23
24 .grayout img {
25 -webkit-filter: opacity(50%);
26 }
27
24 .bottom-bar { 28 .bottom-bar {
25 -webkit-box-orient: horizontal; 29 -webkit-box-orient: vertical;
26 display: -webkit-box; 30 display: -webkit-box;
27 } 31 }
28 32
29 .bottom-bar .spacer { 33 .bottom-bar .spacer {
30 -webkit-box-flex: 1; 34 -webkit-box-flex: 1;
31 } 35 }
32 36
33 .image-attr { 37 .image-attr {
38 -webkit-padding-start: 34px;
34 line-height: 26px; 39 line-height: 26px;
35 padding: 14px 0 14px 34px; 40 padding-top: 14px;
36 } 41 }
37 42
38 #author-website { 43 #author-website {
39 -webkit-padding-start: 5px; 44 -webkit-padding-start: 5px;
40 } 45 }
46
47 #wallpaper-action-area {
48 -webkit-padding-start: 34px;
49 padding-top: 0;
50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698