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

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: Moving reusable pieces to chrome/common Created 7 years, 7 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 margin: 0; 9 margin: 0;
10 overflow-x: hidden; 10 overflow-x: hidden;
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 } 313 }
314 314
315 .mv-domain { 315 .mv-domain {
316 bottom: 24px; 316 bottom: 24px;
317 color: #777; 317 color: #777;
318 margin: 0 7px; 318 margin: 0 7px;
319 position: absolute; 319 position: absolute;
320 } 320 }
321 321
322 .mv-favicon { 322 .mv-favicon {
323 background-size: 16px;
323 bottom: -8px; 324 bottom: -8px;
324 height: 16px; 325 height: 16px;
325 left: 61px; 326 left: 61px;
326 pointer-events: none; 327 pointer-events: none;
327 position: absolute; 328 position: absolute;
328 width: 16px; 329 width: 16px;
329 } 330 }
330 331
331 /* The notification shown when a tile is blacklisted. */ 332 /* The notification shown when a tile is blacklisted. */
332 #mv-notice { 333 #mv-notice {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 -webkit-user-select: none; 423 -webkit-user-select: none;
423 border: none; 424 border: none;
424 height: 22px; 425 height: 22px;
425 overflow: hidden; 426 overflow: hidden;
426 position: absolute; 427 position: absolute;
427 } 428 }
428 429
429 #pending-suggestions-container { 430 #pending-suggestions-container {
430 display: none; 431 display: none;
431 } 432 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698