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

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

Issue 7511030: Merge 95551 - [ChromeOS] Assorted WebUI login fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: 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
===================================================================
--- chrome/browser/resources/chromeos/login/oobe.css (revision 95551)
+++ chrome/browser/resources/chromeos/login/oobe.css (working copy)
@@ -470,14 +470,13 @@
}
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 #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