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

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: 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 0d7cc40435e03ab8e31c0dfc9409df97816ea277..271fcf3bc0117849dfd1a77febaa350fae9a87ae 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -23,11 +23,7 @@ html[dir=rtl] body.uber-frame > .page {
}
#lock-unlock-button {
- float: right;
-}
-
-html[dir=rtl] #lock-unlock-button {
- float: left;
+ width: 65px;
Patrick Dubroy 2013/04/05 09:50:26 i18n.
Sergiu 2013/04/05 12:01:14 Thought a bit about it and I don't want to work a
}
#search-button {
@@ -106,11 +102,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