Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / user_manager / control_bar.css
blob806ef61fd81820c1cf66f3fc1fcb87327c85de7d
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.
4 */
6 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js
7 * that are needed by the desktop user chooser screen
8 */
9 #login-header-bar {
10 -webkit-padding-after: 10px;
11 -webkit-padding-before: 10px;
12 background-color: white;
13 border-top: 1px solid #e2e2e2;
14 bottom: 0;
15 left: 0;
16 position: absolute;
17 right: 0;
20 .header-bar-item:first-child {
21 -webkit-padding-start: 20px;
24 .header-bar-item {
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;
44 margin-right: 10px;
47 #login-header-bar button {
48 -webkit-padding-start: 24px;
49 background-color: white;
50 background-position: left center;
51 background-repeat: no-repeat;
52 border: none;
53 box-shadow: none;
54 cursor: pointer;
55 font-size: 12px;