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
3 * found in the LICENSE file.
6 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js
7 * that are needed by the desktop user chooser screen
10 -webkit-padding-after: 10px;
11 -webkit-padding-before: 10px;
12 background-color: white
;
13 border-top: 1px solid
#e2e2e2;
20 .header-bar-item:first-child {
21 -webkit-padding-start: 20px;
25 display: inline-block
;
28 html
[dir
=rtl
] .header-bar-item
{
29 background-color: white
;
30 background-position: right center
;
33 html
[dir
=rtl
] #login-header-bar button
{
34 background-position: right center
;
37 #login-header-bar #add-user
-button
{
38 background-image: url
('chrome://theme/IDR_ICON_PROFILES_ADD_USER');
41 #login-header-bar #guest-user-button
{
42 background-image: url
('chrome://theme/IDR_ICON_PROFILES_BROWSE_GUEST');
43 border-right: 1px solid
#e2e2e2;
47 #login-header-bar button
{
48 -webkit-padding-start: 24px;
49 background-color: white
;
50 background-position: left center
;
51 background-repeat: no-repeat
;