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

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

Issue 1029583003: [Icons NTP] Make Fast Local NTP render largeIconUrl instead of thumbnail, if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A bit of renaming to reduce ambiguity. Created 5 years, 9 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
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 height: 100%; 5 height: 100%;
6 position: absolute; 6 position: absolute;
7 width: 100%; 7 width: 100%;
8 } 8 }
9 9
10 a { 10 a {
(...skipping 28 matching lines...) Expand all
39 height: auto; 39 height: auto;
40 min-height: 100%; 40 min-height: 100%;
41 width: 100%; 41 width: 100%;
42 } 42 }
43 43
44 img.large-icon { 44 img.large-icon {
45 height: 48px; 45 height: 48px;
46 left: 50%; 46 left: 50%;
47 margin-left: -24px; 47 margin-left: -24px;
48 margin-top: -24px; 48 margin-top: -24px;
49 min-height: initial;
50 position: absolute; 49 position: absolute;
51 top: 50%; 50 top: 50%;
52 vertical-align: middle;
53 width: 48px; 51 width: 48px;
54 } 52 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698