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

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: 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..afca160106d80352edc8a01df027eaeb634b60b4 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -750,3 +750,18 @@ html[dir=rtl] .error-message {
#offline-network-control {
margin-left: 60px;
}
+
+#notification-area {
Nikita (slow) 2012/02/23 14:58:51 Width should be limited as in current implementati
Patrick Dubroy 2012/02/28 00:51:02 Done.
Nikita (slow) 2012/02/28 09:45:33 Could you please provide a screen shot how it look
+ color: #666;
+ height: 0;
+ margin-top: 8px;
+ text-align: center;
+}
+
+#notification-area a {
+ color: #254f9b;
+}
+
+#enterprise-info-container {
+ visibility: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698