| 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: 38px; | 10 height: 38px; |
| (...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-name { |
| 41 font-weight: bold; |
| 42 } |
| 43 |
| 44 #disconnect-managed-profile-domain-information { |
| 45 background-color: #f0f0f0; |
| 46 padding: 14px 0 14px 17px; |
| 47 } |
| 48 |
| 49 #disconnect-managed-profile-message { |
| 50 padding-top: 9px; |
| 51 } |
| 52 |
| 40 #create-profile-error-bubble, | 53 #create-profile-error-bubble, |
| 41 #manage-profile-error-bubble { | 54 #manage-profile-error-bubble { |
| 42 -webkit-transition: max-height 200ms, padding 200ms; | 55 -webkit-transition: max-height 200ms, padding 200ms; |
| 43 background-color: rgb(238, 185, 57); | 56 background-color: rgb(238, 185, 57); |
| 44 border-radius: 4px; | 57 border-radius: 4px; |
| 45 font-weight: bold; | 58 font-weight: bold; |
| 46 margin-left: auto; | 59 margin-left: auto; |
| 47 margin-right: auto; | 60 margin-right: auto; |
| 48 max-height: 50px; | 61 max-height: 50px; |
| 49 overflow: hidden; | 62 overflow: hidden; |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 153 |
| 141 #import-existing-managed-user-link { | 154 #import-existing-managed-user-link { |
| 142 left: 17px; | 155 left: 17px; |
| 143 position: absolute; | 156 position: absolute; |
| 144 } | 157 } |
| 145 | 158 |
| 146 #supervised-user-import { | 159 #supervised-user-import { |
| 147 margin: 0; | 160 margin: 0; |
| 148 padding: 0; | 161 padding: 0; |
| 149 } | 162 } |
| OLD | NEW |