Chromium Code Reviews| Index: chrome/browser/resources/settings/people_page/sync_page.html |
| diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html |
| index df21c04cfdabff3bea68bb6c53ba80dc0be8d160..39bb3af148df0fa43b56b230849c55b73d389f29 100644 |
| --- a/chrome/browser/resources/settings/people_page/sync_page.html |
| +++ b/chrome/browser/resources/settings/people_page/sync_page.html |
| @@ -22,6 +22,12 @@ |
| paper-input { |
| width: var(--paper-input-max-width); |
| } |
| + |
| + #existingPassphraseInput { |
| + /* The submit button for the existing passphrase is on the same line. */ |
| + -webkit-margin-end: 16px; |
|
dschuyler
2016/08/17 23:46:34
I think that in rtl the margin will go
on the othe
tommycli
2016/08/18 00:06:50
The button and input are auto-swapped in RTL.
See
|
| + display: inline-block; |
| + } |
| </style> |
| <div id="[[pages.SPINNER]]" class="settings-box first" |
| hidden$="[[!isStatus_(pages.SPINNER, pageStatus_)]]"> |