| 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..1e4da1f4f0eb6e7933f1370273bc6a63e58aa51d 100644
|
| --- a/chrome/browser/resources/ntp_search/new_tab.css
|
| +++ b/chrome/browser/resources/ntp_search/new_tab.css
|
| @@ -34,13 +34,8 @@ body {
|
| }
|
|
|
| #notification-container {
|
| - -webkit-transition: opacity 200ms;
|
| - position: absolute;
|
| -}
|
| -
|
| -#notification-container.inactive {
|
| - -webkit-transition: opacity 200ms;
|
| - opacity: 0;
|
| + height: 18px;
|
| + padding: 10px 0;
|
| }
|
|
|
| #notification {
|
| @@ -103,11 +98,6 @@ body {
|
| padding: 10px 0 20px;
|
| }
|
|
|
| -#bottom-panel-toolbar {
|
| - height: 18px;
|
| - padding: 10px 0;
|
| -}
|
| -
|
| #bookmark-bar-spacer {
|
| height: 48px;
|
| }
|
|
|