Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / resources / options / supervised_user_import.css
blob47e2acbf07639538f1c795e42e5099fba3854887
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 .profile-name {
23 flex: 1;
24 overflow: hidden;
25 text-overflow: ellipsis;
26 white-space: nowrap;
29 #supervised-user-list > * {
30 height: 40px;
33 #supervised-user-list:focus {
34 border-color: rgb(77, 144, 254);
37 #select-avatar-grid {
38 background-color: rgba(255, 255, 255, 0.75);
39 padding: 2px;
42 #supervised-user-import-error-bubble {
43 -webkit-transition: max-height 200ms, padding 200ms;
44 background-color: rgb(238, 185, 57);
45 border-radius: 4px;
46 font-weight: bold;
47 margin-left: auto;
48 margin-right: auto;
49 margin-top: 10px;
50 max-height: 50px;
51 overflow: hidden;
52 padding: 1px 10px;
53 text-align: center;
54 width: 80%;
57 #supervised-user-import-error-bubble[hidden] {
58 max-height: 0;
61 .profile-img-disabled {
62 opacity: 0.4;
65 .profile-name-disabled {
66 color: rgb(153, 153, 153);
69 .already-on-this-device {
70 padding-left: 20px;
71 padding-right: 6px;