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

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

Issue 15388002: Supporting high dpi favicons in Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Sky's comments Created 7 years, 5 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 body { 4 body {
5 background-attachment: fixed !important; 5 background-attachment: fixed !important;
6 background-color: white; 6 background-color: white;
7 cursor: default; 7 cursor: default;
8 font-family: arial, sans-serif; 8 font-family: arial, sans-serif;
9 font-size: small; 9 font-size: small;
10 margin: 0; 10 margin: 0;
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 left: 2px; 274 left: 2px;
275 right: auto; 275 right: auto;
276 } 276 }
277 277
278 .mv-page-ready:hover .mv-x { 278 .mv-page-ready:hover .mv-x {
279 -webkit-transition-delay: 500ms; 279 -webkit-transition-delay: 500ms;
280 opacity: 1; 280 opacity: 1;
281 } 281 }
282 282
283 .mv-favicon { 283 .mv-favicon {
284 background-size: 16px;
284 bottom: -8px; 285 bottom: -8px;
285 height: 16px; 286 height: 16px;
286 left: 61px; 287 left: 61px;
287 pointer-events: none; 288 pointer-events: none;
288 position: absolute; 289 position: absolute;
289 width: 16px; 290 width: 16px;
290 } 291 }
291 292
292 /* The notification shown when a tile is blacklisted. */ 293 /* The notification shown when a tile is blacklisted. */
293 #mv-notice { 294 #mv-notice {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 opacity: 0.9; 362 opacity: 0.9;
362 padding: 3px; 363 padding: 3px;
363 position: fixed; 364 position: fixed;
364 right: 8px; 365 right: 8px;
365 } 366 }
366 367
367 body.rtl #attribution,body.rtl #recent-tabs { 368 body.rtl #attribution,body.rtl #recent-tabs {
368 left: 8px; 369 left: 8px;
369 right: auto; 370 right: auto;
370 } 371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698