OLD | NEW |
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 line-height: 45px; | 92 line-height: 45px; |
93 padding-top: 1px; | 93 padding-top: 1px; |
94 } | 94 } |
95 | 95 |
96 #header span { | 96 #header span { |
97 text-transform: lowercase; | 97 text-transform: lowercase; |
98 } | 98 } |
99 | 99 |
100 #header span, | 100 #header span, |
101 #user-image-screen-curtain p, | 101 #user-image-screen-curtain p, |
102 .label { | 102 .label, |
| 103 .menu-control { |
103 cursor: default; | 104 cursor: default; |
104 } | 105 } |
105 | 106 |
106 #header-sections { | 107 #header-sections { |
107 display: inline-block; | 108 display: inline-block; |
108 height: 30px; | 109 height: 30px; |
109 position: relative; | 110 position: relative; |
110 } | 111 } |
111 | 112 |
112 .header-section:before { | 113 .header-section:before { |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 left: 10px; | 729 left: 10px; |
729 opacity: 1.0; | 730 opacity: 1.0; |
730 position: absolute; | 731 position: absolute; |
731 right: 10px; | 732 right: 10px; |
732 text-shadow: 0 1px 1px #fff; | 733 text-shadow: 0 1px 1px #fff; |
733 } | 734 } |
734 | 735 |
735 #offline-network-control { | 736 #offline-network-control { |
736 margin-left: 60px; | 737 margin-left: 60px; |
737 } | 738 } |
OLD | NEW |