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

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

Issue 7461142: [ChromeOS] Assorted WebUI login fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comment in #1 Created 9 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/bubble.js ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dc3470f5a3f9b7cf1d85d96a0302050e38a43876..e8d6682998e28f325055dda18c374f48022760d8 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -470,14 +470,13 @@ body.login-display {
}
body.login-display #oobe {
- -webkit-margin-start: -500px;
- -webkit-transition: all .8s ease;
- width: 1000px;
+ -webkit-margin-start: -550px;
+ width: 1100px;
}
body.login-display #oobe hr {
-webkit-transition: all .8s ease;
- width: 1000px; /* Necessary. Otherwise hr shrinks to 0 first when switching
+ width: 1100px; /* Necessary. Otherwise hr shrinks to 0 first when switching
from 640px to full width. */
}
@@ -489,11 +488,11 @@ body.login-display #oobe.gaia-signin hr {
body.login-display #inner-container {
height: 262px;
padding: 0;
- width: 1000px;
+ width: 1100px;
}
body.login-display .step {
- left: 180px; /* (1000px - 640px) / 2, make it center in oobe div */
+ left: 230px; /* (1100px - 640px) / 2, make it center in oobe div */
}
body.login-display #header {
« no previous file with comments | « chrome/browser/resources/chromeos/login/bubble.js ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698