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 max-width: 512px; |
7 min-width: 463px; | |
Evan Stade
2012/08/07 04:57:11
levae this stuff for another patch
| |
7 } | 8 } |
8 | 9 |
9 .profile-icon-grid-item { | 10 .profile-icon-grid-item { |
10 height: 31px; | 11 height: 31px; |
11 margin: 4px 6px; | 12 margin: 4px 6px; |
12 padding: 4px; | 13 padding: 4px; |
13 width: 38px; | 14 width: 38px; |
14 } | 15 } |
15 | 16 |
16 .profile-icon { | 17 .profile-icon { |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 } | 125 } |
125 | 126 |
126 #delete-profile-message { | 127 #delete-profile-message { |
127 -webkit-padding-start: 48px; | 128 -webkit-padding-start: 48px; |
128 background-repeat: no-repeat; | 129 background-repeat: no-repeat; |
129 } | 130 } |
130 | 131 |
131 html[dir='rtl'] #delete-profile-message { | 132 html[dir='rtl'] #delete-profile-message { |
132 background-position: right; | 133 background-position: right; |
133 | 134 |
OLD | NEW |