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: 512px; | 6 width: 512px; |
7 } | 7 } |
8 | 8 |
9 .profile-icon-grid-item { | 9 .profile-icon-grid-item { |
10 height: 31px; | 10 height: 31px; |
11 margin: 4px 6px; | 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: 31px; |
18 width: 38px; | 18 width: 38px; |
19 } | 19 } |
20 | 20 |
21 .profile-name-container { | 21 .profile-name-container { |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 } | 124 } |
125 | 125 |
126 #delete-profile-message { | 126 #delete-profile-message { |
127 -webkit-padding-start: 48px; | 127 -webkit-padding-start: 48px; |
128 background-repeat: no-repeat; | 128 background-repeat: no-repeat; |
129 } | 129 } |
130 | 130 |
131 html[dir='rtl'] #delete-profile-message { | 131 html[dir='rtl'] #delete-profile-message { |
132 background-position: right; | 132 background-position: right; |
133 | 133 |
OLD | NEW |