OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 #manage-profile-overlay { | 5 #manage-profile-overlay { |
6 width: 612px; | 6 width: 612px; |
7 } | 7 } |
8 | 8 |
9 .profile-icon-grid-item { | 9 .profile-icon-grid-item { |
10 height: 31px; | 10 height: 31px; |
(...skipping 19 matching lines...) Expand all Loading... |
30 #create-profile-name, | 30 #create-profile-name, |
31 #manage-profile-name { | 31 #manage-profile-name { |
32 margin-left: 10px; | 32 margin-left: 10px; |
33 } | 33 } |
34 | 34 |
35 #create-profile-name:invalid, | 35 #create-profile-name:invalid, |
36 #manage-profile-name:invalid { | 36 #manage-profile-name:invalid { |
37 background-color: pink; | 37 background-color: pink; |
38 } | 38 } |
39 | 39 |
| 40 #disconnect-managed-profile-domain-information { |
| 41 background-color: #f0f0f0; |
| 42 padding: 14px 0 14px 17px; |
| 43 } |
| 44 |
| 45 #disconnect-managed-profile-message { |
| 46 padding-top: 9px; |
| 47 } |
| 48 |
40 #create-profile-error-bubble, | 49 #create-profile-error-bubble, |
41 #manage-profile-error-bubble { | 50 #manage-profile-error-bubble { |
42 -webkit-transition: max-height 200ms, padding 200ms; | 51 -webkit-transition: max-height 200ms, padding 200ms; |
43 background-color: rgb(238, 185, 57); | 52 background-color: rgb(238, 185, 57); |
44 border-radius: 4px; | 53 border-radius: 4px; |
45 font-weight: bold; | 54 font-weight: bold; |
46 margin-left: auto; | 55 margin-left: auto; |
47 margin-right: auto; | 56 margin-right: auto; |
48 max-height: 50px; | 57 max-height: 50px; |
49 overflow: hidden; | 58 overflow: hidden; |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 149 |
141 #import-existing-managed-user-link { | 150 #import-existing-managed-user-link { |
142 left: 17px; | 151 left: 17px; |
143 position: absolute; | 152 position: absolute; |
144 } | 153 } |
145 | 154 |
146 #supervised-user-import { | 155 #supervised-user-import { |
147 margin: 0; | 156 margin: 0; |
148 padding: 0; | 157 padding: 0; |
149 } | 158 } |
OLD | NEW |