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