| 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 #connection-history-dialog { | 6 #connection-history-dialog { |
| 7 margin-top: -80px; | 7 margin-top: -80px; |
| 8 height: 580px; | 8 height: 580px; |
| 9 width: 880px; | 9 width: 880px; |
| 10 } | 10 } |
| 11 | 11 |
| 12 #connection-history-options { | 12 #connection-history-options { |
| 13 margin-top: 30px; | 13 margin-top: 30px; |
| 14 display: -webkit-box; | 14 display: -webkit-flex; |
| 15 } | 15 } |
| 16 | 16 |
| 17 #connection-history-scroller { | 17 #connection-history-scroller { |
| 18 margin-top: 30px; | 18 margin-top: 30px; |
| 19 height: 370px; | 19 height: 370px; |
| 20 width: 100%; | 20 width: 100%; |
| 21 overflow: auto; | 21 overflow: auto; |
| 22 } | 22 } |
| 23 | 23 |
| 24 #connection-history-table { | 24 #connection-history-table { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 background-image: url('disclosure_arrow_down.webp'); | 81 background-image: url('disclosure_arrow_down.webp'); |
| 82 } | 82 } |
| 83 | 83 |
| 84 .zippy { | 84 .zippy { |
| 85 width: 30px; | 85 width: 30px; |
| 86 height: 11px; | 86 height: 11px; |
| 87 background-image: url('disclosure_arrow_right.webp'); | 87 background-image: url('disclosure_arrow_right.webp'); |
| 88 background-repeat: no-repeat; | 88 background-repeat: no-repeat; |
| 89 background-position: 10px 50%; | 89 background-position: 10px 50%; |
| 90 } | 90 } |
| OLD | NEW |