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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 5340007: NTP update for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: default to close THUMB and RECENT section Created 10 years, 1 month 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/new_new_tab.css
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css
index d7e5ce659426fbf5daa5ffbd198dc72575b40089..2c0dcc50dfa4b3a75e5fc1e8b58ad25e0e19d539 100644
--- a/chrome/browser/resources/new_new_tab.css
+++ b/chrome/browser/resources/new_new_tab.css
@@ -32,7 +32,8 @@ body.loading #main {
.section,
.maxiview,
#login-container,
-#notification-container {
+#notification-container,
+#closed-sections-bar[chromeos] {
width: 920px;
}
@@ -419,9 +420,16 @@ html[dir=rtl] .section-close-button {
#closed-sections-bar {
position: fixed;
+}
+
+#closed-sections-bar:not([chromeos]) {
bottom: 5px;
}
+#closed-sections-bar[chromeos] {
+ padding-top: 0.56em;
+}
+
#closed-sections-bar > button {
-webkit-appearance: none;
background: none;

Powered by Google App Engine
This is Rietveld 408576698