- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / managed_user_import.css
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. */
4
5 #create-new-user-link {
6   position: absolute;
7 }
8
9 #managed-user-import {
10   width: 612px;
11 }
12
13 #managed-user-import-text {
14   padding-bottom: 10px;
15   padding-left: 17px;
16   white-space: pre-wrap;
17   word-wrap: break-word;
18 }
19
20 #managed-user-list {
21   height: 240px;
22 }
23
24 #select-avatar-grid {
25   background-color: rgba(255, 255, 255, 0.75);
26   padding: 2px;
27 }
28
29 #managed-user-import-error-bubble {
30   -webkit-transition: max-height 200ms, padding 200ms;
31   background-color: rgb(238, 185, 57);
32   border-radius: 4px;
33   font-weight: bold;
34   margin-left: auto;
35   margin-right: auto;
36   margin-top: 10px;
37   max-height: 50px;
38   overflow: hidden;
39   padding: 1px 10px;
40   text-align: center;
41   width: 80%;
42 }
43
44 #managed-user-import-error-bubble[hidden] {
45   max-height: 0;
46 }
47
48 .profile-img-disabled {
49   opacity: 0.4;
50 }
51
52 .profile-name-disabled {
53   color: rgb(153, 153, 153);
54 }
55
56 .already-on-this-device {
57   padding-left: 4px;
58   padding-right: 4px;
59 }