OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js | 6 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js |
7 * that are needed by the desktop user chooser screen | 7 * that are needed by the desktop user chooser screen |
8 */ | 8 */ |
9 #login-header-bar { | 9 #login-header-bar { |
10 background-color: white; | 10 background-color: white; |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x, | 81 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x, |
82 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x); | 82 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x); |
83 height: 18px; | 83 height: 18px; |
84 position: absolute; | 84 position: absolute; |
85 right: 16px; | 85 right: 16px; |
86 top: 20px; | 86 top: 20px; |
87 } | 87 } |
88 | 88 |
89 html[dir=rtl] #logo { | 89 html[dir=rtl] #logo { |
90 left: 16px; | 90 left: 16px; |
| 91 right: auto; |
91 } | 92 } |
OLD | NEW |