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

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

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Implemented wizard controller test. Created 7 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_wrong_hwid.css
diff --git a/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
new file mode 100644
index 0000000000000000000000000000000000000000..24d7fb62430dc157b24968920ac25c2fd79877f5
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
@@ -0,0 +1,37 @@
+/* Copyright (c) 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.
+ *
+ * This is the stylesheet used by the wrong HWID screen.
+ */
+
+#wrong-hwid {
+ padding: 40px 17px 30px;
+ text-align: center;
+ width: 722px;
+}
+
+#wrong-hwid #wrong-hwid-message-header {
+ color: #606060;
+ font-size: 22px;
+ padding: 5px 40px 30px;
+}
+
+#wrong-hwid #wrong-hwid-message-content {
+ color: #606060;
+ font-size: 16px;
+ padding: 20px 40px 40px;
+}
+
+#skip-hwid-warning {
+ bottom: 20px;
+ position: absolute;
+ width: 100%;
+}
+
+#skip-hwid-warning-link {
+ color: #606060;
+ font-size: 18px;
+ text-decoration: none;
+}
+
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/screen_wrong_hwid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698