| 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 body { | 5 body { |
| 6 font-family: 'DejaVu Sans', Arial, sans-serif; | |
| 7 margin: 8px; | 6 margin: 8px; |
| 8 max-width: 480px; | 7 max-width: 480px; |
| 9 min-width: 360px; | 8 min-width: 360px; |
| 10 } | 9 } |
| 11 | 10 |
| 12 #extension-item { | 11 #extension-item { |
| 13 background-repeat: no-repeat; | 12 background-repeat: no-repeat; |
| 14 display: -webkit-box; | 13 display: -webkit-box; |
| 15 min-height: 48px; | 14 min-height: 48px; |
| 16 } | 15 } |
| (...skipping 18 matching lines...) Expand all Loading... |
| 35 color: rgb(121, 126, 130); | 34 color: rgb(121, 126, 130); |
| 36 font-size: 1em; | 35 font-size: 1em; |
| 37 margin: 5px 0; | 36 margin: 5px 0; |
| 38 white-space: normal; | 37 white-space: normal; |
| 39 } | 38 } |
| 40 | 39 |
| 41 #extension-details { | 40 #extension-details { |
| 42 -webkit-box-flex: 1; | 41 -webkit-box-flex: 1; |
| 43 -webkit-padding-start: 57px; | 42 -webkit-padding-start: 57px; |
| 44 } | 43 } |
| OLD | NEW |