summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/user_manager/control_bar.css
blob: 806ef61fd81820c1cf66f3fc1fcb87327c85de7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js
* that are needed by the desktop user chooser screen
*/
#login-header-bar {
  -webkit-padding-after: 10px;
  -webkit-padding-before: 10px;
  background-color: white;
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.header-bar-item:first-child {
  -webkit-padding-start: 20px;
}

.header-bar-item {
  display: inline-block;
}

html[dir=rtl] .header-bar-item {
  background-color: white;
  background-position: right center;
}

html[dir=rtl] #login-header-bar button {
  background-position: right center;
}

#login-header-bar #add-user-button {
  background-image: url('chrome://theme/IDR_ICON_PROFILES_ADD_USER');
}

#login-header-bar #guest-user-button {
  background-image: url('chrome://theme/IDR_ICON_PROFILES_BROWSE_GUEST');
  border-right: 1px solid #e2e2e2;
  margin-right: 10px;
}

#login-header-bar button {
  -webkit-padding-start: 24px;
  background-color: white;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 12px;
}