summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css')
-rw-r--r--chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css b/chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css
new file mode 100644
index 00000000000..882f3dd113f
--- /dev/null
+++ b/chromium/chrome/browser/resources/chromeos/login/screen_fatal_error.css
@@ -0,0 +1,22 @@
+/* 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.
+ */
+
+#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;
+}