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

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

Issue 11428075: NTP5: Implementing two rows option for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Implementing two rows option for Apps 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 | « chrome/browser/resources/ntp_search/nav_dot.css ('k') | chrome/browser/resources/ntp_search/new_tab.html » ('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 4f2fbd79056c1fcb9f562dcc12cb6d2c1efff6bd..557610e9fd0ead8cf32d361003f041327a52abad 100644
--- a/chrome/browser/resources/ntp_search/new_tab.css
+++ b/chrome/browser/resources/ntp_search/new_tab.css
@@ -72,7 +72,7 @@ body {
#bottom-panel {
-webkit-transition: opacity 200ms;
position: absolute;
- top: 364px;
+ top: 300px;
visibility: hidden;
width: 100%;
}
@@ -82,7 +82,7 @@ body {
}
#card-slider-frame {
- height: 92px;
+ height: 100px;
overflow: hidden;
}
@@ -95,17 +95,21 @@ body {
#bottom-panel-header,
#bottom-panel-footer,
#bottom-panel-toolbar {
- margin: 10px auto;
+ margin: 0 auto;
text-align: center;
}
#bottom-panel-header {
- margin-bottom: 20px;
+ padding: 10px 0 20px;
}
#bottom-panel-toolbar {
height: 18px;
- margin-top: 8px;
+ padding: 10px 0;
+}
+
+#bookmark-bar-spacer {
+ height: 48px;
}
#promo-bubble-anchor {
« no previous file with comments | « chrome/browser/resources/ntp_search/nav_dot.css ('k') | chrome/browser/resources/ntp_search/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698