OLD | NEW |
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 | 5 |
6 #login-header-bar { | 6 #login-header-bar { |
7 -webkit-padding-start: 15px; | 7 -webkit-padding-start: 15px; |
8 border-bottom: 3px solid black; | 8 border-bottom: 3px solid black; |
9 bottom: 0; | 9 bottom: 0; |
10 left: 0; | 10 left: 0; |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 } | 70 } |
71 | 71 |
72 #more-settings-header-bar-item.active button.add-supervised-user-menu { | 72 #more-settings-header-bar-item.active button.add-supervised-user-menu { |
73 background-color: white; | 73 background-color: white; |
74 border: 1px solid lightgray; | 74 border: 1px solid lightgray; |
75 border-radius: 2px; | 75 border-radius: 2px; |
76 bottom: 15px; | 76 bottom: 15px; |
77 color: black !important; | 77 color: black !important; |
78 display: block; | 78 display: block; |
79 font-size: 13px; | 79 font-size: 13px; |
| 80 height: auto; |
80 left: 15px; | 81 left: 15px; |
81 margin: 0 0 -10px -10px; | 82 margin: 0 0 -10px -10px; |
| 83 min-height: 34px; |
82 position: absolute; | 84 position: absolute; |
83 text-align: center; | 85 text-align: center; |
84 width: 180px; | 86 width: 180px; |
85 } | 87 } |
86 | 88 |
87 html[dir=rtl] .header-bar-item { | 89 html[dir=rtl] .header-bar-item { |
88 background-position: right center; | 90 background-position: right center; |
89 } | 91 } |
90 | 92 |
91 #login-header-bar #shutdown-button, | 93 #login-header-bar #shutdown-button, |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 #login-header-bar #cancel-multiple-sign-in-button { | 138 #login-header-bar #cancel-multiple-sign-in-button { |
137 /* TODO(dzhioev): replace with appropriate image when possible. */ | 139 /* TODO(dzhioev): replace with appropriate image when possible. */ |
138 background-image: url(chrome://theme/IDR_PANEL_CLOSE); | 140 background-image: url(chrome://theme/IDR_PANEL_CLOSE); |
139 } | 141 } |
140 | 142 |
141 .button-restricted { | 143 .button-restricted { |
142 border: 1px solid transparent; | 144 border: 1px solid transparent; |
143 color: white !important; | 145 color: white !important; |
144 opacity: 0.4 !important; | 146 opacity: 0.4 !important; |
145 } | 147 } |
OLD | NEW |