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

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

Issue 9722040: Use absolute positioning for notification area. (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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 907447e7a40477a84af310f9c00d4c58be2f6339..9b06e6bdad0828c7f0ee6605f81e17215363caff 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -47,13 +47,13 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;">
<include src="header_bar.html">
- <div id="notification-area">
- <div id="enterprise-info-container" class="butter-bar" hidden>
- <span id="enterprise-info-message"></span>
- <!-- TODO(dubroy): Add "Learn more" link here. -->
- </div>
- </div>
<div id="outer-container">
+ <div id="notification-area">
+ <div id="enterprise-info-container" class="butter-bar" hidden>
+ <span id="enterprise-info-message"></span>
+ <!-- TODO(dubroy): Add "Learn more" link here. -->
+ </div>
+ </div>
<div id="oobe" class="faded">
<div id="header">
<span i18n-content="productName"></span>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698