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

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

Issue 343473003: Fix overlap on webstore extensions icon in hidpi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | 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 html.loading * { 5 html.loading * {
6 -webkit-transition-duration: 0 !important; 6 -webkit-transition-duration: 0 !important;
7 } 7 }
8 8
9 html:not(.focus-outline-visible) 9 html:not(.focus-outline-visible)
10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) {
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 #no-extensions-message { 146 #no-extensions-message {
147 font-weight: bold; 147 font-weight: bold;
148 } 148 }
149 149
150 #suggest-gallery { 150 #suggest-gallery {
151 -webkit-padding-start: 10px; 151 -webkit-padding-start: 10px;
152 } 152 }
153 153
154 #footer-section { 154 #footer-section {
155 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat left center; 155 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat left center;
156 background-size: 32px 32px;
156 font-size: 1.25em; 157 font-size: 1.25em;
157 } 158 }
158 159
159 html[dir=rtl] #footer-section { 160 html[dir=rtl] #footer-section {
160 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat right center; 161 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat right center;
161 } 162 }
162 163
163 #footer-section > a { 164 #footer-section > a {
164 -webkit-margin-start: 42px; 165 -webkit-margin-start: 42px;
165 line-height: 32px; 166 line-height: 32px;
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 /* Sideload Wipeout */ 394 /* Sideload Wipeout */
394 395
395 .sideload-wipeout-learn-more { 396 .sideload-wipeout-learn-more {
396 text-decoration: none; 397 text-decoration: none;
397 } 398 }
398 399
399 .sideload-wipeout-banner .page-banner-text { 400 .sideload-wipeout-banner .page-banner-text {
400 -webkit-padding-start: 8px; 401 -webkit-padding-start: 8px;
401 background-image: none; 402 background-image: none;
402 } 403 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698