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 { |