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

Unified Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2248973004: Settings People Revamp: Fix Submit passphrase button placement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_)]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698