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

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: Refactoring after Kausalya's change 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 } 299 }
300 300
301 .mv-domain { 301 .mv-domain {
302 bottom: 24px; 302 bottom: 24px;
303 color: #777; 303 color: #777;
304 margin: 0 7px; 304 margin: 0 7px;
305 position: absolute; 305 position: absolute;
306 } 306 }
307 307
308 .mv-favicon { 308 .mv-favicon {
309 background-size: 16px;
309 bottom: -8px; 310 bottom: -8px;
310 height: 16px; 311 height: 16px;
311 left: 61px; 312 left: 61px;
312 pointer-events: none; 313 pointer-events: none;
313 position: absolute; 314 position: absolute;
314 width: 16px; 315 width: 16px;
315 } 316 }
316 317
317 /* The notification shown when a tile is blacklisted. */ 318 /* The notification shown when a tile is blacklisted. */
318 #mv-notice { 319 #mv-notice {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 -webkit-user-select: none; 409 -webkit-user-select: none;
409 border: none; 410 border: none;
410 height: 22px; 411 height: 22px;
411 overflow: hidden; 412 overflow: hidden;
412 position: absolute; 413 position: absolute;
413 } 414 }
414 415
415 #pending-suggestions-container { 416 #pending-suggestions-container {
416 display: none; 417 display: none;
417 } 418 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698