Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / options / managed_user_import.css
blob9dae8f1db4ecc00dcf418048ba068240ef632c8b
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. */
5 #create-new-user-link {
6 position: absolute;
9 #managed-user-import {
10 width: 612px;
13 #managed-user-import-text {
14 padding-bottom: 10px;
15 padding-left: 17px;
16 white-space: pre-wrap;
17 word-wrap: break-word;
20 #managed-user-list {
21 height: 240px;
22 margin-bottom: 10px;
25 #managed-user-list .profile-name {
26 -webkit-box-flex: 1;
27 overflow: hidden;
28 text-overflow: ellipsis;
29 white-space: nowrap;
32 #managed-user-list > * {
33 height: 40px;
36 #managed-user-list:focus {
37 border-color: rgb(77, 144, 254);
40 #select-avatar-grid {
41 background-color: rgba(255, 255, 255, 0.75);
42 padding: 2px;
45 #managed-user-import-error-bubble {
46 -webkit-transition: max-height 200ms, padding 200ms;
47 background-color: rgb(238, 185, 57);
48 border-radius: 4px;
49 font-weight: bold;
50 margin-left: auto;
51 margin-right: auto;
52 margin-top: 10px;
53 max-height: 50px;
54 overflow: hidden;
55 padding: 1px 10px;
56 text-align: center;
57 width: 80%;
60 #managed-user-import-error-bubble[hidden] {
61 max-height: 0;
64 .profile-img-disabled {
65 opacity: 0.4;
68 .profile-name-disabled {
69 color: rgb(153, 153, 153);
72 .already-on-this-device {
73 padding-left: 20px;
74 padding-right: 6px;