Fix missing "..." in the supervised user import dialog.
[chromium-blink-merge.git] / chrome / browser / resources / options / supervised_user_import.css
blobba93dad51213c8d4973bd03930fd176e29a09341
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 > * {
38 height: 40px;
41 #supervised-user-list:focus {
42 border-color: rgb(77, 144, 254);
45 #select-avatar-grid {
46 background-color: rgba(255, 255, 255, 0.75);
47 padding: 2px;
50 #supervised-user-import-error-bubble {
51 -webkit-transition: max-height 200ms, padding 200ms;
52 background-color: rgb(238, 185, 57);
53 border-radius: 4px;
54 font-weight: bold;
55 margin-left: auto;
56 margin-right: auto;
57 margin-top: 10px;
58 max-height: 50px;
59 overflow: hidden;
60 padding: 1px 10px;
61 text-align: center;
62 width: 80%;
65 #supervised-user-import-error-bubble[hidden] {
66 max-height: 0;
69 .profile-img-disabled {
70 opacity: 0.4;
73 .profile-name-disabled {
74 color: rgb(153, 153, 153);
77 .already-on-this-device {
78 padding-left: 20px;
79 padding-right: 6px;