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 } |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 | 49 |
50 .link-list > a { | 50 .link-list > a { |
51 margin-right: 16px; | 51 margin-right: 16px; |
52 } | 52 } |
53 | 53 |
54 a.no-link { | 54 a.no-link { |
55 color: inherit; | 55 color: inherit; |
56 cursor: inherit; | 56 cursor: inherit; |
57 } | 57 } |
58 | 58 |
59 .no-expand { | |
60 width: 1px; | |
61 padding-right: 20px; | |
62 } | |
63 | |
64 .connection-history-summary td { | 59 .connection-history-summary td { |
65 border-top: 1px solid #EBEBEB; | 60 border-top: 1px solid #EBEBEB; |
66 } | 61 } |
67 | 62 |
68 .connection-history-summary:hover, | 63 .connection-history-summary:hover, |
69 .connection-history-summary.expanded, | 64 .connection-history-summary.expanded, |
70 .connection-history-summary.expanded + .connection-history-detail { | 65 .connection-history-summary.expanded + .connection-history-detail { |
71 background-color: #f8f8f8; | 66 background-color: #f8f8f8; |
72 } | 67 } |
73 | 68 |
(...skipping 10 matching lines...) Expand all Loading... |
84 background-image: url('disclosure_arrow_down.png'); | 79 background-image: url('disclosure_arrow_down.png'); |
85 } | 80 } |
86 | 81 |
87 .zippy { | 82 .zippy { |
88 width: 30px; | 83 width: 30px; |
89 height: 11px; | 84 height: 11px; |
90 background-image: url('disclosure_arrow_right.png'); | 85 background-image: url('disclosure_arrow_right.png'); |
91 background-repeat: no-repeat; | 86 background-repeat: no-repeat; |
92 background-position: 10px 50%; | 87 background-position: 10px 50%; |
93 } | 88 } |
OLD | NEW |