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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.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 | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_enable_kiosk.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.css b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.css
index 7c9c8a3c869a65f7519acfe30fba7e475d383e50..9a0f05025274848a7f1f5f6a479935e8779aaae5 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.css
@@ -11,8 +11,8 @@
}
#autolaunch-controls {
- -webkit-box-pack: center;
bottom: 80px;
+ justify-content: center;
}
#autolaunch-warning-title {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_enable_kiosk.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698