Index: chrome/browser/resources/chromeos/login/screen_fatal_error.css |
diff --git a/chrome/browser/resources/chromeos/login/screen_fatal_error.css b/chrome/browser/resources/chromeos/login/screen_fatal_error.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e0dfcb33d27e6c7440ab1c889cee52eeb0bc7e91 |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/login/screen_fatal_error.css |
@@ -0,0 +1,22 @@ |
+/* Copyright 2013 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. |
+ */ |
+ |
+#fatal-error { |
+ padding: 50px 17px 17px; |
+ width: 722px; /* Should be the same as #gaia-signin. */ |
+} |
+ |
+#fatal-error-message-container { |
+ text-align: center; |
+ width: 100%; |
+} |
+ |
+#fatal-error-button-strip { |
+ display: -webkit-box; |
+} |
+ |
+#fatal-error-button-strip-space-filler { |
+ -webkit-box-flex: 1; |
+} |