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

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

Issue 10836238: [cros] Hide user pods on Login screen while images are loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: JS cleanup and timeout. Created 8 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/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index d7cae49fbab98efc52a85500bb1ace719c98b16d..0bb012b4e6daa696bdfa94c18ed1bc6f978ecdc7 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -12,6 +12,11 @@ podrow {
position: relative;
}
+/* Hide the pod row while images are loading. */
+podrow.images-loading {
+ visibility: hidden;
+}
+
html[oobe=old] podrow {
height: 230px;
}

Powered by Google App Engine
This is Rietveld 408576698