Extract code handling PrinterProviderAPI from PrintPreviewHandler
[chromium-blink-merge.git] / chrome / browser / resources / options / chromeos / accounts_options_page.css
blob365775759e5425c44969d25e80bbd7eaac593d2f
1 /* Copyright (c) 2012 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. */
5 .user-list-table {
6 border: 1px solid lightgrey;
7 border-collapse: collapse;
8 border-spacing: 0;
11 .user-name-edit-row {
12 background-color: rgb(235, 239, 250);
13 border: 1px solid lightgrey;
14 padding: 5px;
17 .user-list-item {
18 padding: 2px;
21 .user-icon {
22 border: 1px solid black;
23 height: 26px;
24 width: 26px;
27 .user-email-label,
28 .user-name-label {
29 -webkit-margin-start: 10px;
32 .user-email-name-block {
33 -webkit-box-flex: 1;
34 max-width: 318px;
35 overflow: hidden;
36 text-overflow: ellipsis;
37 white-space: nowrap;
40 .remove-user-button {
41 background-image: -webkit-image-set(
42 url(../../../../../ui/resources/default_100_percent/close_2.png) 1x,
43 url(../../../../../ui/resources/default_200_percent/close_2.png) 2x);
44 height: 16px;
45 width: 16px;
48 .remove-user-button:hover {
49 background-image: -webkit-image-set(
50 url(../../../../../ui/resources/default_100_percent/close_2_hover.png)
51 1x,
52 url(../../../../../ui/resources/default_200_percent/close_2_hover.png)
53 2x);
56 #userList {
57 height: 166px;
58 padding: 5px;
59 width: 366px;
62 #userList[disabled],
63 #userList[disabled] > [selected],
64 #userList[disabled] > :hover {
65 border-color: hsl(0, 0%, 85%);
68 #userList[disabled] > [selected],
69 #userList[disabled] > :hover {
70 background-color: hsl(0, 0%, 90%);
73 #userList[disabled] .remove-user-button {
74 visibility: hidden;
77 #userNameEdit {
78 border: 1px solid lightgrey;
79 width: 366px;
82 #ownerOnlyWarning {
83 -webkit-padding-start: 20px;
84 background-image: url(warning.png);
85 background-repeat: no-repeat;
86 margin-bottom: 10px;
87 margin-top: 10px;
88 min-height: 17px;
89 padding-bottom: 1px;
92 input#userNameEdit:invalid {
93 background-color: rgb(255, 102, 102);