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

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

Issue 137803008: cros: Update SAML flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split gaia.css Created 6 years, 10 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/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;
+}

Powered by Google App Engine
This is Rietveld 408576698