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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.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_confirmation_overlay.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
new file mode 100644
index 0000000000000000000000000000000000000000..b72f31d3936a951d70924c3c1079a4c21cb64b0b
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
@@ -0,0 +1,38 @@
+/* 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. */
+
+.bottom-buttons {
+ width: 100%
+}
+
+.reset-popup {
+ background: white;
+ border: 1px solid rgb(188, 193, 208);
jdufault 2017/04/06 01:04:52 Please use the --google colors where possible, ex,
Wenzhao (Colin) Zang 2017/04/07 02:55:36 Done.
+ border-radius: 2px;
+ box-shadow: 0 5px 80px #505050;
+ min-height: 180px;
+ position: relative;
+ width: 460px;
+ z-index: 10;
+}
+
+.reset-popup h1 {
+ -webkit-padding-end: 24px;
+ background: linear-gradient(white, #F8F8F8);
+ color: rgb(83, 99, 125);
+ font-size: 105%;
+ font-weight: bold;
+ margin: 0;
+ padding: 10px 15px 8px 15px;
+ text-shadow: white 0 1px 2px;
+ user-select: none;
+}
+
+.reset-popup-content-area {
+ padding: 20px 20px 30px 20px;
+}
+
+.vertical-margin {
+ width: 22px;
+}

Powered by Google App Engine
This is Rietveld 408576698