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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp_fast.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/local_ntp_fast.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp_fast.css b/chrome/browser/resources/local_ntp/local_ntp_fast.css
index 735425c5672f94b1e3eee7388ac4fa2e54c1b4ea..1dbb01563a7e230ab2ab1ad6af5f5dbb5d2bffe7 100644
--- a/chrome/browser/resources/local_ntp/local_ntp_fast.css
+++ b/chrome/browser/resources/local_ntp/local_ntp_fast.css
@@ -62,14 +62,15 @@ body.alternate-logo #logo {
border: 1px solid rgb(185, 185, 185);
border-radius: 1px;
border-top-color: rgb(160, 160, 160);
- box-sizing: border-box;
cursor: text;
font-size: 18px;
height: 36px;
line-height: 36px;
max-width: 672px;
position: relative;
- width: 300px;
+ /* #fakebox width (here and below) should be 2px less than #mv-tiles
+ to account for its border. */
+ width: 298px;
}
#fakebox:hover {

Powered by Google App Engine
This is Rietveld 408576698