Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
Dan Beam
2012/03/27 20:53:18
didn't need to do this, reverting this one file
| |
| 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 margin: 0; | 7 margin: 0; |
| 8 padding: 0; | 8 padding: 0; |
| 9 } | 9 } |
| 10 | 10 |
| 11 #login-header-bar button, | 11 #login-header-bar button, |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 background-image: url('chrome://theme/IDR_ICON_ADD_USER20'); | 52 background-image: url('chrome://theme/IDR_ICON_ADD_USER20'); |
| 53 background-position: left center; | 53 background-position: left center; |
| 54 background-repeat: no-repeat; | 54 background-repeat: no-repeat; |
| 55 } | 55 } |
| 56 | 56 |
| 57 html[dir=rtl] .header-bar-item, | 57 html[dir=rtl] .header-bar-item, |
| 58 html[dir=rtl] #login-header-bar #shutdown-button, | 58 html[dir=rtl] #login-header-bar #shutdown-button, |
| 59 html[dir=rtl] #login-header-bar #add-user-button { | 59 html[dir=rtl] #login-header-bar #add-user-button { |
| 60 background-position: right center; | 60 background-position: right center; |
| 61 } | 61 } |
| OLD | NEW |