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

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

Issue 2247723002: ChromeOS: Implement EULA screen of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 4 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_dialog.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.css b/chrome/browser/resources/chromeos/login/oobe_dialog.css
index 9f699926ff4872ec2cb3d7596ad3a0acac756a79..fdb142f629ef2c73ec1c5dab474c1631cb95ed1f 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
@@ -3,9 +3,11 @@
found in the LICENSE file. */
:host {
+ background-color: white;
display: flex;
flex-direction: column;
position: relative;
+ width: 582px;
}
.oobe-icon-div {
@@ -15,13 +17,11 @@
}
.oobe-header {
- background-color: white;
color: black;
height: 150px;
}
.oobe-footer {
- background-color: white;
position: relative;
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_card.html ('k') | chrome/browser/resources/chromeos/login/oobe_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698