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; |
+} |