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

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

Issue 13820014: Show online policy on CrOS EULA page (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add localization and "Loading" string Created 7 years, 8 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.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index d84ca77af31bdd15a8e26d0e5fa0c5efd7a74fc8..e9aac23654cab31b2cd2e682da50053a0a5480b6 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -807,6 +807,23 @@ html[dir=rtl] #update #update-checking-ellipsis {
height: 222px;
}
+#cros-eula-loading {
+ -webkit-align-items: center;
+ -webkit-flex-direction: column;
+ -webkit-justify-content: center;
+ display: none;
+ height: 100%;
+ width: 100%;
+}
+
+.step.eula-loading #cros-eula-frame {
+ display: none;
+}
+
+.step.eula-loading #cros-eula-loading {
+ display: -webkit-flex;
+}
+
#cros-eula {
width: 314px;
}

Powered by Google App Engine
This is Rietveld 408576698