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: 38px; |
11 margin: 2px 4px; | 11 margin: 2px 4px; |
12 padding: 4px; | 12 padding: 4px; |
13 width: 38px; | 13 width: 38px; |
14 } | 14 } |
15 | 15 |
16 .profile-icon { | 16 .profile-icon { |
17 height: 31px; | 17 height: 38px; |
18 width: 38px; | 18 width: 38px; |
19 } | 19 } |
20 | 20 |
21 #create-profile-name-input-container, | 21 #create-profile-name-input-container, |
22 #manage-profile-name-input-container { | 22 #manage-profile-name-input-container { |
23 margin-top: 5px; | 23 margin-top: 5px; |
24 } | 24 } |
25 | 25 |
26 #create-profile-name-input-container { | 26 #create-profile-name-input-container { |
27 margin-bottom: 5px; | 27 margin-bottom: 5px; |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 140 |
141 #import-existing-managed-user-link { | 141 #import-existing-managed-user-link { |
142 left: 17px; | 142 left: 17px; |
143 position: absolute; | 143 position: absolute; |
144 } | 144 } |
145 | 145 |
146 #supervised-user-import { | 146 #supervised-user-import { |
147 margin: 0; | 147 margin: 0; |
148 padding: 0; | 148 padding: 0; |
149 } | 149 } |
OLD | NEW |