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

Unified Diff: chrome/browser/resources/chromeos/login/login.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/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index 7ca89a896d70ed35bd09addee91162017f00a563..c3ddd643564950184df8502dc62aa8e2d1d43cb8 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="chrome://resources/css/select.css">
<link rel="stylesheet" href="chrome://resources/css/spinner.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">
@@ -43,6 +44,12 @@
</head>
<body class="login-display" i18n-values=".style.fontFamily:fontfamily;">
<include src="header_bar.html">
+ <div id="notification-area">
+ <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