Commit 740b6630 authored by dubroy@chromium.org's avatar dubroy@chromium.org

Use absolute positioning for notification area.

BUG=None
TEST=Visual

Review URL: https://chromiumcodereview.appspot.com/9722040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128255 0039d316-1c4b-4281-b951-d872f2087c98
parent ea969cd0
......@@ -43,13 +43,13 @@
</head>
<body class="login-display" 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>
......
......@@ -753,12 +753,17 @@ html[dir=rtl] .error-message {
#notification-area {
color: #666;
height: 0;
margin: 8px auto;
max-width: 850px;
position: absolute;
text-align: center;
top: 8px;
width: 100%;
}
#notification-area a {
color: rgb(37, 79, 155);
}
#notification-area .butter-bar {
margin: 0 auto;
max-width: 850px;
}
\ No newline at end of file
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment