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

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

Issue 10656016: Don't truncate image in plugins and flags pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
(...skipping 13 matching lines...) Expand all
24 position: relative; 24 position: relative;
25 } 25 }
26 26
27 #header h1 { 27 #header h1 {
28 background: -webkit-image-set( 28 background: -webkit-image-set(
29 url('../../app/theme/default_100_percent/extensions_section.png') 1x, 29 url('../../app/theme/default_100_percent/extensions_section.png') 1x,
30 url('../../app/theme/default_200_percent/extensions_section.png') 2x) 30 url('../../app/theme/default_200_percent/extensions_section.png') 2x)
31 0 20px no-repeat; 31 0 20px no-repeat;
32 display: inline; 32 display: inline;
33 margin: 0; 33 margin: 0;
34 padding-bottom: 20px; 34 padding-bottom: 40px;
35 padding-left: 75px; 35 padding-left: 75px;
36 padding-top: 40px; 36 padding-top: 40px;
37 } 37 }
38 38
39 html[dir=rtl] #header h1 { 39 html[dir=rtl] #header h1 {
40 background: -webkit-image-set( 40 background: -webkit-image-set(
41 url('../../app/theme/default_100_percent/extensions_section.png') 1x, 41 url('../../app/theme/default_100_percent/extensions_section.png') 1x,
42 url('../../app/theme/default_200_percent/extensions_section.png') 2x) 42 url('../../app/theme/default_200_percent/extensions_section.png') 2x)
43 right no-repeat; 43 right no-repeat;
44 padding-left: 0; 44 padding-left: 0;
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 margin-top: 0.2em; 244 margin-top: 0.2em;
245 } 245 }
246 246
247 .always-allow { 247 .always-allow {
248 -webkit-margin-start: 30px; 248 -webkit-margin-start: 30px;
249 } 249 }
250 250
251 button { 251 button {
252 font-size: 104%; 252 font-size: 104%;
253 } 253 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698