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

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

Issue 296113007: Webkit-box-pack css properties switched to justify-content for oobe screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrong-hwid screen fixed. Created 6 years, 7 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/screen_password_changed.css ('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/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
index df76223b60024097c1dcec20eda4acf116e87461..0955d3c6cc099aee7daaca81a8c53151e8a11761 100644
--- a/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
+++ b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
@@ -17,6 +17,10 @@
padding: 5px 40px 30px;
}
+#wrong-hwid #wrong-hwid-icon {
+ height: 112px;
+}
+
#wrong-hwid #wrong-hwid-message-content {
color: #606060;
font-size: 16px;
@@ -24,7 +28,7 @@
}
#skip-hwid-warning {
- -webkit-box-pack: center;
+ justify-content: center;
}
#skip-hwid-warning-link {
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_password_changed.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698