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

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: Address nkostylev's comments. Created 8 years, 10 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 3609799bfcfdf0848915bdfea2a3d9c67a2953a8..bca4777f9d1e736ea373688a6e82b2e5de5e321b 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -750,3 +750,19 @@ html[dir=rtl] .error-message {
#offline-network-control {
margin-left: 60px;
}
+
+#notification-area {
+ color: #666;
+ height: 0;
+ margin-top: 8px;
+ max-width: 850px;
+ text-align: center;
+}
+
+#notification-area a {
+ color: #254f9b;
James Hawkins 2012/02/28 16:45:33 rgb
Patrick Dubroy 2012/03/15 14:31:17 Done.
+}
+
+#enterprise-info-container {
+ visibility: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698