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

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

Issue 9836039: Add reporting notification to the enterprise banner on the CrOS login screen. (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 * sign in and lock screens. 6 * sign in and lock screens.
7 */ 7 */
8 8
9 html, 9 html,
10 body { 10 body {
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 position: absolute; 756 position: absolute;
757 text-align: center; 757 text-align: center;
758 top: 8px; 758 top: 8px;
759 width: 100%; 759 width: 100%;
760 } 760 }
761 761
762 #notification-area a { 762 #notification-area a {
763 color: rgb(37, 79, 155); 763 color: rgb(37, 79, 155);
764 } 764 }
765 765
766 #notification-area .butter-bar { 766 #notification-area .butter-bar {
Patrick Dubroy 2012/03/26 08:28:20 Looks like this section got duplicated somehow.
Mattias Nissler (ping if slow) 2012/03/26 13:08:26 Done.
767 margin: 0 auto; 767 margin: 0 auto;
768 max-width: 850px; 768 max-width: 850px;
769 }
770
771 #notification-area .butter-bar {
772 margin: 0 auto;
773 max-width: 850px;
769 } 774 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698