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 | 5 |
6 #password-manager { | |
7 max-width: 1000px; | |
8 } | |
9 | |
10 #password-manager > div.content-area { | 6 #password-manager > div.content-area { |
11 min-width: 500px; | 7 width: 600px; |
12 } | 8 } |
13 | 9 |
14 #password-search-column { | 10 #password-search-column { |
15 bottom: 10px; | 11 bottom: 10px; |
16 position: absolute; | 12 position: absolute; |
17 right: 0; | 13 right: 0; |
18 } | 14 } |
19 | 15 |
20 html[dir=rtl] #password-search-column { | 16 html[dir=rtl] #password-search-column { |
21 left: 0; | 17 left: 0; |
22 right: auto; | 18 right: auto; |
23 } | 19 } |
24 | 20 |
25 #password-list-headers { | 21 #password-list-headers { |
26 position: relative; | 22 position: relative; |
27 width: 100%; | 23 width: 100%; |
28 } | 24 } |
29 | 25 |
30 #password-list-headers h3 { | 26 #password-list-headers h3 { |
31 font-size: 105%; | 27 font-size: 105%; |
32 font-weight: bold; | 28 font-weight: bold; |
33 margin: 10px 0; | 29 margin: 10px 0; |
34 } | 30 } |
35 | 31 |
36 #passwords-title { | 32 #passwords-title { |
37 display: inline-block; | 33 display: inline-block; |
38 } | 34 } |
OLD | NEW |