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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.css

Issue 1011393004: Fast NTP support for themes, dark themes, favicons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/most_visited_single.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css
index 5a2334f9bf517deea71d81fe4ad7279ff363b8d8..381cf7a3193445559ca657509f8fa050a4d951e6 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.css
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css
@@ -5,6 +5,7 @@
body {
-webkit-user-select: none;
background: none transparent;
+ color: #323232;
margin: 0;
overflow: hidden;
padding: 0;
@@ -47,7 +48,6 @@ a:visited {
background: rgb(242,242,242);
border: 1px solid transparent;
border-radius: 2px;
- color: #323232;
display: inline-block;
font-family: arial, sans-serif;
font-size: 12px;
@@ -143,16 +143,18 @@ html[dir=rtl] .mv-title[style*='direction: rtl'] {
border-radius: 0;
cursor: pointer;
display: block;
- height: 90px;
+ height: 94px;
left: 3px;
+ overflow: hidden;
position: absolute;
top: 31px;
width: 148px;
}
.mv-thumb img {
- height: 94px;
- width: 148px;
+ height: auto;
+ min-height: 100%;
+ width: 100%;
}
.mv-thumb.failed-img {

Powered by Google App Engine
This is Rietveld 408576698