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

Side by Side Diff: chrome/browser/resources/plugins.css

Issue 10626005: Add lots of 2x assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 body { 5 body {
6 margin: 10px; 6 margin: 10px;
7 min-width: 47em; 7 min-width: 47em;
8 } 8 }
9 9
10 a { 10 a {
11 color: blue; 11 color: blue;
12 font-size: 103%; 12 font-size: 103%;
13 } 13 }
14 14
15 div#header { 15 div#header {
16 -webkit-padding-start: 0; 16 -webkit-padding-start: 0;
17 box-sizing: border-box; 17 box-sizing: border-box;
18 margin-bottom: 1.05em; 18 margin-bottom: 1.05em;
19 /* 67px is the height of the header's background image. */ 19 /* 67px is the height of the header's background image. */
20 min-height: 67px; 20 min-height: 67px;
21 overflow: hidden; 21 overflow: hidden;
22 padding-bottom: 20px; 22 padding-bottom: 20px;
23 padding-top: 20px; 23 padding-top: 20px;
24 position: relative; 24 position: relative;
25 } 25 }
26 26
27 #header h1 { 27 #header h1 {
28 background: url('../../app/theme/extensions_section.png') 0 20px no-repeat; 28 background: url('../../app/theme/default_100_percent/extensions_section.png') 0 20px no-repeat;
29 display: inline; 29 display: inline;
30 margin: 0; 30 margin: 0;
31 padding-bottom: 20px; 31 padding-bottom: 20px;
32 padding-left: 75px; 32 padding-left: 75px;
33 padding-top: 40px; 33 padding-top: 40px;
34 } 34 }
35 35
36 html[dir=rtl] #header h1 { 36 html[dir=rtl] #header h1 {
37 background: url('../../app/theme/extensions_section.png') right no-repeat; 37 background: url('../../app/theme/default_100_percent/extensions_section.png') right no-repeat;
38 padding-left: 0; 38 padding-left: 0;
39 padding-right: 95px; 39 padding-right: 95px;
40 } 40 }
41 41
42 h1 { 42 h1 {
43 font-size: 156%; 43 font-size: 156%;
44 font-weight: bold; 44 font-weight: bold;
45 margin: 0; 45 margin: 0;
46 padding: 0; 46 padding: 0;
47 } 47 }
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 margin-top: 0.2em; 238 margin-top: 0.2em;
239 } 239 }
240 240
241 .always-allow { 241 .always-allow {
242 -webkit-margin-start: 30px; 242 -webkit-margin-start: 30px;
243 } 243 }
244 244
245 button { 245 button {
246 font-size: 104%; 246 font-size: 104%;
247 } 247 }
OLDNEW
« chrome/browser/resources/crashes.css ('K') | « chrome/browser/resources/incognito_tab.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698