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

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: Rebase. Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..810aa55ae9872412097a8ccdf1efdb9fa9356a68 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -38,15 +38,23 @@ 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 span {
+ display: block;
+}
+
+#notification-bar span + span {
+ margin: 1em 0;
+}
+
#filter-controls,
#top-container,
#results-display,
@@ -73,6 +81,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698