Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / options / supervised_user_import.css
blob564c023ef3f11e2e3b5d8981793c2b952e7b0b42
1 /* Copyright 2014 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 #supervised-user-import {
6 width: 612px;
9 #supervised-user-import-text,
10 #supervised-user-select-avatar-text {
11 padding-bottom: 10px;
12 padding-left: 17px;
13 white-space: pre-wrap;
14 word-wrap: break-word;
17 #supervised-user-list {
18 height: 240px;
19 margin-bottom: 10px;
22 #supervised-user-list .list-item {
23 align-items: center;
24 display: flex;
27 #supervised-user-list .profile-img {
28 flex-shrink: 0;
31 #supervised-user-list .profile-name {
32 overflow: hidden;
33 text-overflow: ellipsis;
34 white-space: nowrap;
37 #supervised-user-list .already-on-this-device {
38 flex-shrink: 0;
41 #supervised-user-list > * {
42 height: 40px;
45 #supervised-user-list:focus {
46 border-color: rgb(77, 144, 254);
49 #select-avatar-grid {
50 background-color: rgba(255, 255, 255, 0.75);
51 padding: 2px;
54 #supervised-user-import-error-bubble {
55 -webkit-transition: max-height 200ms, padding 200ms;
56 background-color: rgb(238, 185, 57);
57 border-radius: 4px;
58 font-weight: bold;
59 margin-left: auto;
60 margin-right: auto;
61 margin-top: 10px;
62 max-height: 50px;
63 overflow: hidden;
64 padding: 1px 10px;
65 text-align: center;
66 width: 80%;
69 #supervised-user-import-error-bubble[hidden] {
70 max-height: 0;
73 .profile-img-disabled {
74 opacity: 0.4;
77 .profile-name-disabled {
78 color: rgb(153, 153, 153);
81 .already-on-this-device {
82 padding-left: 20px;
83 padding-right: 6px;