1 /* Copyright (c) 2012 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 #manage-profile-overlay {
9 .profile-icon-grid-item {
21 #create-profile-name-input-container,
22 #manage-profile-name-input-container {
26 #create-profile-name-input-container {
31 #manage-profile-name {
35 #create-profile-name:invalid
,
36 #manage-profile-name:invalid
{
37 background-color: pink
;
40 #create-profile-error-bubble,
41 #manage-profile-error-bubble {
42 -webkit-transition: max-height
200ms, padding
200ms;
43 background-color: rgb
(238, 185, 57);
55 html
[dir
='ltr'] #create-profile-error-bubble
{
60 html
[dir
='rtl'] #create-profile-error-bubble
{
65 #create-profile-error-bubble[hidden
],
66 #manage-profile-error-bubble[hidden
] {
67 display: block
!important
;
72 #create-profile-icon-grid,
73 #manage-profile-icon-grid {
74 background-color: rgba
(255, 255, 255, 0.75);
78 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
83 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
88 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
89 .name-input-container {
93 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
94 .name-label-container {
98 #create-profile-content {
102 .action-area-shortcut-container {
106 /* Proper spacing for the buttons. */
107 #remove-shortcut-button,
108 #add-shortcut-button {
109 -webkit-margin-end: 10px;
112 #delete-managed-profile-addendum {
113 -webkit-padding-start: 48px;
117 html
[dir
='ltr'] #delete-profile-icon
{
122 html
[dir
='rtl'] #delete-profile-icon
{
127 #create-profile-managed-not-signed-in {
131 #create-profile-managed-not-signed-in-label,
132 #create-profile-managed-account-details-out-of-date-label {
133 white-space: pre-wrap
;
134 word-wrap: break-word
;
137 #create-profile-managed-content-area {
141 #import-existing-managed-user-link {
146 #supervised-user-import {