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

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

Issue 2889893002: md settings: Fix dialog buttons on lock screen. (Closed)
Patch Set: Fixed patch set 1 errors. Created 3 years, 7 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
Index: chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
index 28e941086fb30a64ce1bced76638246f1991b19e..40806b06e4990871233d46e32943503d7135dc8b 100644
--- a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
+++ b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
@@ -69,18 +69,17 @@
<iron-icon icon="settings:warning"></iron-icon>
<span class="middle">[[problemMessage_]]</span>
</div>
+ </div>
+ <div class="button-container">
+ <paper-button id="addAnotherButton" on-tap="onAddAnotherFingerprint_"
+ hidden$="[[hideAddAnother_(step_)]]">
+ $i18n{configureFingerprintAddAnotherButton}
+ </paper-button>
- <div class="button-strip">
- <paper-button id="addAnotherButton" on-tap="onAddAnotherFingerprint_"
- hidden$="[[hideAddAnother_(step_)]]">
- $i18n{configureFingerprintAddAnotherButton}
- </paper-button>
-
- <paper-button id="closeButton"
- class$="[[getCloseButtonClass_(step_)]]" on-tap="onClose_">
- [[getCloseButtonText_(step_)]]
- </paper-button>
- </div>
+ <paper-button id="closeButton"
+ class$="[[getCloseButtonClass_(step_)]]" on-tap="onClose_">
+ [[getCloseButtonText_(step_)]]
+ </paper-button>
</div>
</dialog>
</template>

Powered by Google App Engine
This is Rietveld 408576698