Chromium Code Reviews| Index: chrome/browser/resources/print_preview/search/destination_search.css |
| diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css |
| index 903d86f4f303e05eefb005234e5eb241a73eb6f1..04e8a92a94bec53beee66d9167ccc3234f08d6f4 100644 |
| --- a/chrome/browser/resources/print_preview/search/destination_search.css |
| +++ b/chrome/browser/resources/print_preview/search/destination_search.css |
| @@ -18,21 +18,12 @@ |
| #destination-search .user-info { |
| display: flex; |
| - position: absolute; |
| - right: 40px; |
| - text-align: right; |
| - top: 14px; |
| - width: 350px; |
| -} |
| - |
| -[dir='rtl'] #destination-search .user-info { |
| - left: 40px; |
|
dpapad
2017/03/28 22:22:44
Is this not needed anymore? Did you try RTL?
|
| - right: auto; |
| + padding: 0 14px 0 18px; |
| + text-align: left; |
| } |
| #destination-search .account-select-label { |
| -webkit-user-select: none; |
| - flex: 1; |
| height: 2em; |
| line-height: 2em; |
| overflow: hidden; |
| @@ -41,8 +32,8 @@ |
| } |
| #destination-search .account-select { |
| - flex: 1; |
| - margin-left: 8px; |
| + margin-left: 18px; |
|
dpapad
2017/03/28 22:22:44
How does this work in RTL? Should it be the follow
|
| + width: auto; |
| } |
| #destination-search > .page > .close-button { |