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

Unified Diff: chrome/browser/resources/ntp_search/new_tab.css

Issue 11564026: NTP5: Making Apps page taller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Dan's comments Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/new_tab.css
diff --git a/chrome/browser/resources/ntp_search/new_tab.css b/chrome/browser/resources/ntp_search/new_tab.css
index 557610e9fd0ead8cf32d361003f041327a52abad..f23bac0e3b0054b4ece2379c950b6bbf80ca37af 100644
--- a/chrome/browser/resources/ntp_search/new_tab.css
+++ b/chrome/browser/resources/ntp_search/new_tab.css
@@ -35,11 +35,13 @@ body {
#notification-container {
-webkit-transition: opacity 200ms;
- position: absolute;
+ height: 18px;
+ padding: 10px 0;
}
#notification-container.inactive {
Dan Beam 2012/12/14 05:15:14 why not just $('notification-container').hidden fr
pedro (no code reviews) 2012/12/14 05:49:58 Done.
-webkit-transition: opacity 200ms;
Dan Beam 2012/12/14 05:15:14 nit: why is this necessary? is this when .inactiv
pedro (no code reviews) 2012/12/14 05:49:58 You're right, this is not necessary anymore. We mi
+ display: none;
opacity: 0;
Dan Beam 2012/12/14 05:15:14 nit: why opacity: 0; if display: none;?
pedro (no code reviews) 2012/12/14 05:49:58 This CSS rule has been removed.
}
@@ -103,11 +105,6 @@ body {
padding: 10px 0 20px;
}
-#bottom-panel-toolbar {
- height: 18px;
- padding: 10px 0;
-}
-
#bookmark-bar-spacer {
height: 48px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698