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

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 Samarth's comments Created 7 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 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 left: 2px; 276 left: 2px;
277 right: auto; 277 right: auto;
278 } 278 }
279 279
280 .mv-page-ready:hover .mv-x { 280 .mv-page-ready:hover .mv-x {
281 -webkit-transition-delay: 500ms; 281 -webkit-transition-delay: 500ms;
282 opacity: 1; 282 opacity: 1;
283 } 283 }
284 284
285 .mv-favicon { 285 .mv-favicon {
286 background-size: 16px;
286 bottom: -8px; 287 bottom: -8px;
287 height: 16px; 288 height: 16px;
288 left: 61px; 289 left: 61px;
289 pointer-events: none; 290 pointer-events: none;
290 position: absolute; 291 position: absolute;
291 width: 16px; 292 width: 16px;
292 } 293 }
293 294
294 /* The notification shown when a tile is blacklisted. */ 295 /* The notification shown when a tile is blacklisted. */
295 #mv-notice { 296 #mv-notice {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 font-size: 13px; 342 font-size: 13px;
342 position: absolute; 343 position: absolute;
343 right: 13px; 344 right: 13px;
344 text-align: left; 345 text-align: left;
345 z-index: -1; 346 z-index: -1;
346 } 347 }
347 348
348 #attribution img { 349 #attribution img {
349 display: block; 350 display: block;
350 } 351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698