OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #about-info { | 6 #about-info { |
7 -webkit-column-width: 350px; | 7 -webkit-column-width: 350px; |
8 } | 8 } |
9 | 9 |
10 #about-info > div { | 10 #about-info > div { |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 color: #7f7f7f; | 86 color: #7f7f7f; |
87 } | 87 } |
88 | 88 |
89 #status { | 89 #status { |
90 margin-left: auto; | 90 margin-left: auto; |
91 margin-right: auto; | 91 margin-right: auto; |
92 text-align: center; | 92 text-align: center; |
93 width: 300px; | 93 width: 300px; |
94 } | 94 } |
95 | 95 |
| 96 #dump-status { |
| 97 margin: 2px; |
| 98 } |
| 99 |
| 100 #import-status { |
| 101 margin: 2px; |
| 102 } |
| 103 |
96 #traffic-event-container { | 104 #traffic-event-container { |
97 border: 1px solid; | 105 border: 1px solid; |
98 height: 500px; | 106 height: 500px; |
99 max-width: 500px; | 107 max-width: 500px; |
100 overflow-y: auto; | 108 overflow-y: auto; |
101 } | 109 } |
102 | 110 |
103 .traffic-event-entry { | 111 .traffic-event-entry { |
104 border: 2px outset; | 112 border: 2px outset; |
105 padding: 0.5em; | 113 padding: 0.5em; |
(...skipping 25 matching lines...) Expand all Loading... |
131 } | 139 } |
132 | 140 |
133 .traffic-event-entry-expanded .proto { | 141 .traffic-event-entry-expanded .proto { |
134 background-color: #fff; | 142 background-color: #fff; |
135 border: 1px solid #222; | 143 border: 1px solid #222; |
136 display: block; | 144 display: block; |
137 max-height: 300px; | 145 max-height: 300px; |
138 overflow-x: auto; | 146 overflow-x: auto; |
139 overflow-y: auto; | 147 overflow-y: auto; |
140 } | 148 } |
OLD | NEW |