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

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

Issue 10828287: Add high dpi reference for extension icon on incognito tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/incognito_tab.html » ('j') | 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 8px; 6 margin: 10px 8px;
7 } 7 }
8 8
9 .icon { 9 .icon {
10 -webkit-margin-end: 3px; 10 -webkit-margin-end: 3px;
(...skipping 20 matching lines...) Expand all
31 padding: 10px; 31 padding: 10px;
32 } 32 }
33 33
34 .extensions-message { 34 .extensions-message {
35 -webkit-padding-start: 39px; 35 -webkit-padding-start: 39px;
36 margin-top: 15px; 36 margin-top: 15px;
37 position: relative; 37 position: relative;
38 } 38 }
39 39
40 .extension-icon { 40 .extension-icon {
41 content: -webkit-image-set(
42 url('../../app/theme/default_100_percent/extensions_section.png') 1x,
43 url('../../app/theme/default_200_percent/extensions_section.png') 2x);
44 display: inline-block;
41 left: 0; 45 left: 0;
42 margin-top: -15px; 46 margin-top: -15px;
43 position: absolute; 47 position: absolute;
44 right: 0; 48 right: 0;
45 top: 50%; 49 top: 50%;
46 width: 30px; 50 width: 30px;
47 } 51 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698