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

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

Issue 2964053002: Update powerwash illustration (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/images/reset_illustration_2x.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 52621fdc2f56764c1ff43a4f27eb5aa054e536e7..aaa79521178adaaeb47264c2d2d9d4d717928dfd 100644
--- a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
+++ b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
@@ -8,17 +8,19 @@
.reset-popup {
background: white;
+ border-radius: 2px;
box-shadow: 0 0 16px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .24);
min-height: 158px;
position: relative;
width: 512px;
+ z-index: 10;
}
.reset-popup h1 {
- -webkit-margin-after: 0;
- -webkit-margin-before: 0;
color: var(--google-grey-900);
font: 15px Roboto, sans-serif;
+ margin-bottom: 0;
+ margin-top: 0;
padding: 16px 20px;
}
@@ -31,8 +33,8 @@
oobe-text-button {
-webkit-margin-end: 16px;
- -webkit-margin-after: 16px;
color: #5a5a5a;
+ margin-bottom: 16px;
}
#cancelButton {
« no previous file with comments | « chrome/browser/resources/chromeos/login/images/reset_illustration_2x.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698