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

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

Issue 9836039: Add reporting notification to the enterprise banner on the CrOS login screen. (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 ba91b4683c26682db0b7f17c0d2fb772670695c3..6d1893aa34e1b9cfe99175e6a218f18b7246b163 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -766,4 +766,9 @@ html[dir=rtl] .error-message {
#notification-area .butter-bar {
Patrick Dubroy 2012/03/26 08:28:20 Looks like this section got duplicated somehow.
Mattias Nissler (ping if slow) 2012/03/26 13:08:26 Done.
margin: 0 auto;
max-width: 850px;
+}
+
+#notification-area .butter-bar {
+ margin: 0 auto;
+ max-width: 850px;
}

Powered by Google App Engine
This is Rietveld 408576698