Chromium Code Reviews| Index: chrome/browser/resources/ntp4/new_tab.css |
| diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css |
| index 25f7ba95689944216ff8004f7149e8e7d27bb965..ab1f2010a59aeac4b6bc45fcdf05d443b8628c78 100644 |
| --- a/chrome/browser/resources/ntp4/new_tab.css |
| +++ b/chrome/browser/resources/ntp4/new_tab.css |
| @@ -378,7 +378,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid { |
| -webkit-transition-delay: 100ms; |
| color: inherit; |
| cursor: pointer; |
| - display: none; |
| + display: inline-block; |
|
Dan Beam
2012/05/08 18:24:19
I still think we should investigate more compact w
Evan Stade
2012/05/08 19:01:33
I personally think that's a good idea (for some va
|
| margin: 0; |
| text-decoration: none; |
| } |
| @@ -399,26 +399,15 @@ html[dir='rtl'] #chrome-web-store-title { |
| background-position-x: left; |
| } |
| -/* Show the chrome web store footer link when the experiment is turned on. */ |
| -.enable-cws-experiment #chrome-web-store-href { |
| - display: inline-block; |
| -} |
| - |
| #vertical-separator { |
| background-color: rgb(178, 178, 178); |
| - display: none; |
| + display: inline-block; |
| height: 20px; |
| margin: 0; |
| vertical-align: middle; |
| width: 1px; |
| } |
| -/* Show the separator only if one of the menus is visible. */ |
| -.enable-cws-experiment |
| - .footer-menu-button:not(.invisible) ~ #vertical-separator { |
| - display: inline-block; |
| -} |
| - |
| /* In trash mode, hide the menus and web store link. */ |
| #footer.showing-trash-mode #chrome-web-store-href, |
| #footer.showing-trash-mode .menu-container { |