| 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 width: 600px; | 6 width: 600px; |
| 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 } |
| 15 | 14 |
| 16 html[dir=rtl] #password-search-column { | 15 html[dir=rtl] #password-search-column { |
| 17 left: 0; | 16 left: 0; |
| 18 right: auto; | 17 right: auto; |
| 19 } | 18 } |
| 20 | 19 |
| 21 #password-list-headers { | 20 #password-list-headers { |
| 22 position: relative; | 21 position: relative; |
| 23 width: 100%; | 22 width: 100%; |
| 24 } | 23 } |
| 25 | 24 |
| 26 #passwords-title { | 25 #passwords-title { |
| 27 display: inline-block; | 26 display: inline-block; |
| 28 } | 27 } |
| OLD | NEW |