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

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

Issue 9416097: Add butter bar to login screen to show device enrollement info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update dates in copyright headers. 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.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 144d9e53884cbec7cf593a53f4a9c56c9a656028..9ee42ed7cee5ffa3b066f1a764bcc8980475088f 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -749,3 +749,15 @@ html[dir=rtl] .error-message {
#offline-network-control {
margin-left: 60px;
}
+
+#notification-area {
+ color: #666;
+ height: 0;
James Hawkins 2012/03/15 17:12:14 height 0?
Patrick Dubroy 2012/03/15 17:16:31 Otherwise the size of the notification area would
James Hawkins 2012/03/15 17:27:34 Can we use position absolute or fixed instead?
+ margin: 8px auto;
+ max-width: 850px;
+ text-align: center;
+}
+
+#notification-area a {
+ color: rgb(37, 79, 155);
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698