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 */ | |
5 | 4 |
6 #password-manager > div.content-area { | 5 #password-manager > div.content-area { |
7 min-width: 500px; | 6 min-width: 500px; |
8 } | 7 } |
9 | 8 |
10 #password-search-column { | 9 #password-search-column { |
11 bottom: 10px; | 10 bottom: 10px; |
12 position: absolute; | 11 position: absolute; |
13 right: 0; | 12 right: 0; |
14 } | 13 } |
(...skipping 10 matching lines...) Expand all Loading... |
25 | 24 |
26 #password-list-headers h3 { | 25 #password-list-headers h3 { |
27 font-size: 105%; | 26 font-size: 105%; |
28 font-weight: bold; | 27 font-weight: bold; |
29 margin: 10px 0; | 28 margin: 10px 0; |
30 } | 29 } |
31 | 30 |
32 #passwords-title { | 31 #passwords-title { |
33 display: inline-block; | 32 display: inline-block; |
34 } | 33 } |
OLD | NEW |