| 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 */ | |
| 5 | 4 |
| 6 #login-header-bar { | 5 #login-header-bar { |
| 7 -webkit-padding-start: 15px; | 6 -webkit-padding-start: 15px; |
| 8 border-bottom: 3px solid black; | 7 border-bottom: 3px solid black; |
| 9 bottom: 0; | 8 bottom: 0; |
| 10 left: 0; | 9 left: 0; |
| 11 padding-bottom: 7px; | 10 padding-bottom: 7px; |
| 12 position: absolute; | 11 position: absolute; |
| 13 right: 0; | 12 right: 0; |
| 14 } | 13 } |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 #login-header-bar #cancel-multiple-sign-in-button { | 142 #login-header-bar #cancel-multiple-sign-in-button { |
| 144 /* TODO(dzhioev): replace with appropriate image when possible. */ | 143 /* TODO(dzhioev): replace with appropriate image when possible. */ |
| 145 background-image: url(chrome://theme/IDR_PANEL_CLOSE); | 144 background-image: url(chrome://theme/IDR_PANEL_CLOSE); |
| 146 } | 145 } |
| 147 | 146 |
| 148 .button-restricted { | 147 .button-restricted { |
| 149 border: 1px solid transparent; | 148 border: 1px solid transparent; |
| 150 color: white !important; | 149 color: white !important; |
| 151 opacity: 0.4 !important; | 150 opacity: 0.4 !important; |
| 152 } | 151 } |
| OLD | NEW |