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

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: Sync and rebase 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 left: 2px; 272 left: 2px;
273 right: auto; 273 right: auto;
274 } 274 }
275 275
276 .mv-page-ready:hover .mv-x { 276 .mv-page-ready:hover .mv-x {
277 -webkit-transition-delay: 500ms; 277 -webkit-transition-delay: 500ms;
278 opacity: 1; 278 opacity: 1;
279 } 279 }
280 280
281 .mv-favicon { 281 .mv-favicon {
282 background-size: 16px;
282 bottom: -8px; 283 bottom: -8px;
283 height: 16px; 284 height: 16px;
284 left: 61px; 285 left: 61px;
285 pointer-events: none; 286 pointer-events: none;
286 position: absolute; 287 position: absolute;
287 width: 16px; 288 width: 16px;
288 } 289 }
289 290
290 /* The notification shown when a tile is blacklisted. */ 291 /* The notification shown when a tile is blacklisted. */
291 #mv-notice { 292 #mv-notice {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 opacity: 0.9; 360 opacity: 0.9;
360 padding: 3px; 361 padding: 3px;
361 position: fixed; 362 position: fixed;
362 right: 8px; 363 right: 8px;
363 } 364 }
364 365
365 body.rtl #attribution,body.rtl #recent-tabs { 366 body.rtl #attribution,body.rtl #recent-tabs {
366 left: 8px; 367 left: 8px;
367 right: auto; 368 right: auto;
368 } 369 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/message_center_settings_controller.cc ('k') | chrome/browser/ui/cocoa/history_menu_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698