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

Unified Diff: chrome/browser/resources/history/history.css

Issue 1838333004: Add a notice about other forms of browsing history to the History WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop-ui-after-rebase
Patch Set: Moved build dependencies to OS!=iOS Created 4 years, 9 months 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
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;
}
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | chrome/browser/resources/history/history.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698