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

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

Issue 2756863002: ChromeOS: Powerwash UI update (Closed)
Patch Set: Minor change: help link visibility Created 3 years, 9 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/oobe_reset.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_reset.css b/chrome/browser/resources/chromeos/login/oobe_reset.css
new file mode 100644
index 0000000000000000000000000000000000000000..ebccfe156d6b141d77d81fab78c4d4c7c3f6c73e
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_reset.css
@@ -0,0 +1,23 @@
+/* Copyright 2016 The Chromium Authors. All rights reserved.
jdufault 2017/04/06 01:04:52 nit: 2017
Wenzhao (Colin) Zang 2017/04/07 02:55:36 Done.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+#reset-illustration {
+ height: 248px;
+ padding: 50px 40px;
+}
+
+.vertical-margin {
+ width: 22px;
+}
+
+#reset-revert-spinner-message-md {
+ display: inline-block;
+ padding: 25px 0;
+ vertical-align: middle;
+}
+
+#reset-revert-spinner-md {
+ margin-top: 0;
+ vertical-align: middle;
+}

Powered by Google App Engine
This is Rietveld 408576698