Chromium Code Reviews| Index: chrome/browser/resources/history/history.css |
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css |
| index 3cf0bd0aee6ba3277f2ed4546c17975014eb32e8..76e56e8853988d256b0e923f23470deb9fde47f4 100644 |
| --- a/chrome/browser/resources/history/history.css |
| +++ b/chrome/browser/resources/history/history.css |
| @@ -38,15 +38,19 @@ html[dir='rtl'] #notification-bar { |
| float: left; |
| } |
| -#notification-bar.alone { |
| +#top-container.overflow #notification-bar { |
| float: left; |
| margin-top: 12px; |
| } |
| -html[dir='rtl'] #notification-bar.alone { |
| +html[dir='rtl'] #top-container.overflow #notification-bar { |
| float: right; |
| } |
| +#notification-bar div + div { |
| + margin: 1em 0 1em 0; |
|
Dan Beam
2016/03/31 01:05:43
margin: 1em 0;
msramek
2016/03/31 19:20:01
Done. Forgot about this :)
|
| +} |
| + |
| #filter-controls, |
| #top-container, |
| #results-display, |
| @@ -73,6 +77,10 @@ html[dir='rtl'] #editing-controls { |
| float: right; |
| } |
| +#top-container.overflow #editing-controls { |
| + float: none; |
| +} |
| + |
| #editing-controls button:first-of-type { |
| -webkit-margin-start: 0; |
| } |