Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / supervised_user_import.css
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. */
4
5 #supervised-user-import {
6   width: 612px;
7 }
8
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;
15 }
16
17 #supervised-user-list {
18   height: 240px;
19   margin-bottom: 10px;
20 }
21
22 #supervised-user-list .profile-name {
23   flex: 1;
24   overflow: hidden;
25   text-overflow: ellipsis;
26   white-space: nowrap;
27 }
28
29 #supervised-user-list > * {
30   height: 40px;
31 }
32
33 #supervised-user-list:focus {
34   border-color: rgb(77, 144, 254);
35 }
36
37 #select-avatar-grid {
38   background-color: rgba(255, 255, 255, 0.75);
39   padding: 2px;
40 }
41
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%;
55 }
56
57 #supervised-user-import-error-bubble[hidden] {
58   max-height: 0;
59 }
60
61 .profile-img-disabled {
62   opacity: 0.4;
63 }
64
65 .profile-name-disabled {
66   color: rgb(153, 153, 153);
67 }
68
69 .already-on-this-device {
70   padding-left: 20px;
71   padding-right: 6px;
72 }