OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 #network-overview-container canvas { | 188 #network-overview-container canvas { |
189 width: 100%; | 189 width: 100%; |
190 height: 100%; | 190 height: 100%; |
191 } | 191 } |
192 | 192 |
193 #network-overview-grid .resources-dividers-label-bar { | 193 #network-overview-grid .resources-dividers-label-bar { |
194 pointer-events: auto; | 194 pointer-events: auto; |
195 } | 195 } |
196 | 196 |
197 .network .network-overview { | 197 .network .network-overview { |
198 flex: 0 0 100px; | 198 flex: 0 0 60px; |
199 } | 199 } |
200 | 200 |
201 .network-overview .overview-grid-window, | 201 .network-overview .overview-grid-window, |
202 .network-overview .overview-grid-dividers-background { | 202 .network-overview .overview-grid-dividers-background { |
203 height: 100%; | 203 height: 100%; |
204 } | 204 } |
205 | 205 |
206 .network-overview .resources-dividers-label-bar { | 206 .network-overview .resources-dividers-label-bar { |
207 background-color: rgba(255, 255, 255, 0.95); | 207 background-color: rgba(255, 255, 255, 0.95); |
208 } | 208 } |
(...skipping 13 matching lines...) Expand all Loading... |
222 .request-view.html iframe { | 222 .request-view.html iframe { |
223 width: 100%; | 223 width: 100%; |
224 height: 100%; | 224 height: 100%; |
225 position: absolute; | 225 position: absolute; |
226 } | 226 } |
227 | 227 |
228 .network-film-strip { | 228 .network-film-strip { |
229 border-bottom: solid 1px #cdcdcd; | 229 border-bottom: solid 1px #cdcdcd; |
230 flex: none !important; | 230 flex: none !important; |
231 } | 231 } |
OLD | NEW |