| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 .action-area-shortcut-container { | 115 .action-area-shortcut-container { |
| 116 -webkit-box-flex: 1; | 116 -webkit-box-flex: 1; |
| 117 } | 117 } |
| 118 | 118 |
| 119 /* Proper spacing for the buttons. */ | 119 /* Proper spacing for the buttons. */ |
| 120 #remove-shortcut-button, | 120 #remove-shortcut-button, |
| 121 #add-shortcut-button { | 121 #add-shortcut-button { |
| 122 -webkit-margin-end: 10px; | 122 -webkit-margin-end: 10px; |
| 123 } | 123 } |
| 124 | 124 |
| 125 #delete-managed-profile-addendum { | 125 #delete-supervised-profile-addendum { |
| 126 -webkit-padding-start: 48px; | 126 -webkit-padding-start: 48px; |
| 127 margin-top: 10px; | 127 margin-top: 10px; |
| 128 } | 128 } |
| 129 | 129 |
| 130 html[dir='ltr'] #delete-profile-icon { | 130 html[dir='ltr'] #delete-profile-icon { |
| 131 float: left; | 131 float: left; |
| 132 margin-right: 10px; | 132 margin-right: 10px; |
| 133 } | 133 } |
| 134 | 134 |
| 135 html[dir='rtl'] #delete-profile-icon { | 135 html[dir='rtl'] #delete-profile-icon { |
| 136 float: right; | 136 float: right; |
| 137 margin-left: 10px; | 137 margin-left: 10px; |
| 138 } | 138 } |
| 139 | 139 |
| 140 #create-profile-managed-not-signed-in { | 140 #create-profile-supervised-not-signed-in { |
| 141 color: #999; | 141 color: #999; |
| 142 } | 142 } |
| 143 | 143 |
| 144 #create-profile-managed-not-signed-in-label, | 144 #create-profile-supervised-not-signed-in-label, |
| 145 #create-profile-managed-account-details-out-of-date-label { | 145 #create-profile-supervised-account-details-out-of-date-label { |
| 146 white-space: pre-wrap; | 146 white-space: pre-wrap; |
| 147 word-wrap: break-word; | 147 word-wrap: break-word; |
| 148 } | 148 } |
| 149 | 149 |
| 150 #create-profile-managed-content-area { | 150 #create-profile-supervised-content-area { |
| 151 padding-top: 5px; | 151 padding-top: 5px; |
| 152 } | 152 } |
| 153 | 153 |
| 154 #import-existing-managed-user-link { | 154 #import-existing-supervised-user-link { |
| 155 left: 17px; | 155 left: 17px; |
| 156 position: absolute; | 156 position: absolute; |
| 157 } | 157 } |
| 158 | 158 |
| 159 #supervised-user-import { | 159 #supervised-user-import-existing { |
| 160 margin: 0; | 160 margin: 0; |
| 161 padding: 0; | 161 padding: 0; |
| 162 } | 162 } |
| OLD | NEW |