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

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

Issue 7584017: CrOS OOBE: Fix styling for the enrollment confirmation page. (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 | chrome/browser/resources/chromeos/login/oobe_screen_enrollment.html » ('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 e8d6682998e28f325055dda18c374f48022760d8..cd0f5c3242f55c2f49cf4313e53a00511eed908c 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -386,14 +386,18 @@ button {
width: 100%;
}
-#enroll-confirmation-header {
- font-size: 1.4em;
- font-weight: bold;
+#enroll-confirmation-screen {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
}
#enroll-confirmation-content {
height: 1.5em;
margin-top: -.75em;
+ position: absolute;
text-align: center;
top: 50%;
width: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_enrollment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698