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

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

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.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index 192645758af66043b15a2aabd8e9826c698f433d..aaa2a33b559b38f877628c2bc704c17e189c0234 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -9,6 +9,7 @@
<link rel="stylesheet" href="chrome://resources/css/spinner.css">
<link rel="stylesheet" href="chrome://resources/css/throbber.css">
<link rel="stylesheet" href="bubble.css">
+<link rel="stylesheet" href="butter_bar.css">
<link rel="stylesheet" href="header_bar.css">
<link rel="stylesheet" href="network_dropdown.css">
<link rel="stylesheet" href="oobe.css">
@@ -47,6 +48,12 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;">
<include src="header_bar.html">
+ <div id="notification-area">
Nikita (slow) 2012/02/28 09:45:33 nit: You may as well extract this block into a but
+ <div class="butter-bar" id="enterprise-info-container">
James Hawkins 2012/02/28 16:45:33 nit: |id| goes first.
Patrick Dubroy 2012/03/15 14:31:17 Done.
+ <span id="enterprise-info-message"></span>
+ <!-- TODO(dubroy): Add "Learn more" link here. -->
+ </div>
+ </div>
<div id="outer-container">
<div id="oobe" class="faded">
<div id="header">

Powered by Google App Engine
This is Rietveld 408576698