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

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

Issue 9722040: Use absolute positioning for notification area. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
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 9ee42ed7cee5ffa3b066f1a764bcc8980475088f..d49b1d3d4aef54486bbb0bf725b738d4a36df0ab 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -752,12 +752,17 @@ html[dir=rtl] .error-message {
#notification-area {
color: #666;
- height: 0;
- margin: 8px auto;
- max-width: 850px;
+ position: absolute;
text-align: center;
+ top: 8px;
+ width: 100%;
}
#notification-area a {
color: rgb(37, 79, 155);
}
+
+#notification-area .butter-bar {
+ margin: 0 auto;
+ max-width: 850px;
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.html ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698