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 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; |