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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.css

Issue 609803002: UI rework for reset options including Rollback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Strings and views nits. Rollback view is unset on screen cancel. Created 6 years, 2 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/chromeos/login/oobe_screen_reset_confirmation_overlay.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.css b/chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.css
new file mode 100644
index 0000000000000000000000000000000000000000..af8e05aa8d46493026f19999501f5c8c67532334
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.css
@@ -0,0 +1,21 @@
+/* Copyright 2014 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+#reset-confirm-overlay {
+ font-size: 16px;
+ margin: auto;
+ min-height: 250px;
+ width: 400px;
+}
+
+#reset-confirm-overlay .button-strip {
+ display: flex;
+ justify-content: center;
+ padding-bottom: 20px;
+}
+
+#reset-confirm-overlay .button-strip button {
+ /*-webkit-margin-start: 9px;*/
+ margin: 0 10px;
+}

Powered by Google App Engine
This is Rietveld 408576698