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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe.css

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 * 4 *
5 * This is the stylesheet used by the Out of the box experience (OOBE) flow. 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow.
6 */ 6 */
7 7
8 html, 8 html,
9 body { 9 body {
10 height: 100%; 10 height: 100%;
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 right: 10px; 745 right: 10px;
746 text-shadow: 0 1px 1px #fff; 746 text-shadow: 0 1px 1px #fff;
747 } 747 }
748 748
749 #offline-network-control { 749 #offline-network-control {
750 margin-left: 60px; 750 margin-left: 60px;
751 } 751 }
752 752
753 #notification-area { 753 #notification-area {
754 color: #666; 754 color: #666;
755 height: 0; 755 position: absolute;
756 margin: 8px auto;
757 max-width: 850px;
758 text-align: center; 756 text-align: center;
757 top: 8px;
758 width: 100%;
759 } 759 }
760 760
761 #notification-area a { 761 #notification-area a {
762 color: rgb(37, 79, 155); 762 color: rgb(37, 79, 155);
763 } 763 }
764
765 #notification-area .butter-bar {
766 margin: 0 auto;
767 max-width: 850px;
768 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.html ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698