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

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

Issue 13568003: History: Fix position of lock/unlock button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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.html » ('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 f64bb4222c77394cc4a3fddeca58da595a9883c3..2dab29b083b374368343f7010b203d1d9b17484d 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -22,14 +22,6 @@ html[dir=rtl] body.uber-frame > .page {
display: none;
}
-#lock-unlock-button {
- float: right;
-}
-
-html[dir=rtl] #lock-unlock-button {
- float: left;
-}
-
#search-button {
margin: 0;
}
@@ -106,11 +98,11 @@ html[dir=rtl] #range-next {
float: right;
}
-#display-filter-controls label {
- -webkit-margin-start: 6px;
+#display-filter-controls > * {
+ -webkit-margin-start: 8px;
}
-#display-filter-controls label:not(:last-child) {
+#display-filter-controls > *:not(:last-child) {
-webkit-border-end: 1px solid rgb(151, 156, 160);
-webkit-margin-start: 0;
padding: 0 6px 0 6px;
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698