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

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

Issue 11312225: Fix Chrome logo to transition smoothly between the demo login screen and login spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unused image file. Created 8 years, 1 month 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/demo_user_login.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/demo_user_login.css
diff --git a/chrome/browser/resources/chromeos/login/demo_user_login.css b/chrome/browser/resources/chromeos/login/demo_user_login.css
index b2c135806aefb580e5b77326e7eab8d326746413..dae85d085d8c2e2b24b35b0e6f343b6a6e5a81f1 100644
--- a/chrome/browser/resources/chromeos/login/demo_user_login.css
+++ b/chrome/browser/resources/chromeos/login/demo_user_login.css
@@ -38,6 +38,11 @@ body {
}
#demo-login-text {
- font-size: 24px;
- padding-top: 80px;
+ font-size: 14px;
+ padding-left: 30px;
+ padding-top: 10px;
+}
+
+#lower-container {
+ height: 40px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/demo_user_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698