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-label-container,
22 #create-profile-name-input-container,
23 #manage-profile-name-label-container,
24 #manage-profile-name-input-container {
25 -webkit-box-align: center
;
26 -webkit-box-orient: horizontal
;
27 -webkit-box-pack: center
;
34 #create-profile-name:invalid
,
35 #manage-profile-name:invalid
{
36 background-color: pink
;
39 #create-profile-error-bubble,
40 #manage-profile-error-bubble {
41 -webkit-transition: max-height
200ms, padding
200ms;
42 background-color: rgb
(238, 185, 57);
54 #create-profile-error-bubble[hidden
],
55 #manage-profile-error-bubble[hidden
] {
56 display: block
!important
;
61 #create-profile-icon-grid,
62 #manage-profile-icon-grid {
63 background-color: rgba
(255, 255, 255, 0.75);
69 border-color: rgba
(0, 0, 0, 0.5);
72 /* Adds a grey horizontal line below content area. */
73 #create-profile-content::after
,
74 #manage-profile-content::after
{
83 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
88 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
93 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
94 .name-input-container {
98 :-webkit-any
(#create-profile-content
, #manage-profile-content
) >
99 .name-label-container {
103 .action-area-checkbox-container {
107 #delete-profile-message {
108 -webkit-padding-start: 48px;
109 background-repeat: no-repeat
;
112 html
[dir
='rtl'] #delete-profile-message
{
113 background-position: right
;