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

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

Issue 7599014: [ChromeOS] Fix WebUI OOBE/Login background gradient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 | « no previous file | no next file » | 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 6c9f70f62255743d1f1965e305ad51b13b6bbbc2..29aeb6196de425443d232aed87d5bed049d4ebf2 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -5,9 +5,15 @@
* This is the stylesheet used by the Out of the box experience (OOBE) flow.
*/
+html,
+body {
+ height: 100%;
+ width: 100%;
+}
+
body {
background: -webkit-gradient(radial, center center, 0, center center, 400,
- from(#fefefe), to(#efefef));
+ from(#fefefe), to(#efefef)) center center no-repeat;
font-size: 14px;
overflow: hidden;
padding: 10px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698