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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 } | 208 } |
209 | 209 |
210 .network-overview .resources-dividers-label-bar .resources-divider { | 210 .network-overview .resources-dividers-label-bar .resources-divider { |
211 background-color: transparent; | 211 background-color: transparent; |
212 } | 212 } |
213 | 213 |
214 .network-overview .resources-dividers { | 214 .network-overview .resources-dividers { |
215 z-index: 250; | 215 z-index: 250; |
216 } | 216 } |
217 | 217 |
218 .request-view.json { | 218 .json-view { |
219 padding: 5px; | 219 padding: 2px 6px; |
220 } | 220 } |
221 | 221 |
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 } |
232 | 232 |
233 .network-blocked-urls { | 233 .network-blocked-urls { |
234 border-top: 1px solid #dadada; | 234 border-top: 1px solid #dadada; |
235 flex: 104px 0 0; | 235 flex: 104px 0 0; |
236 } | 236 } |
OLD | NEW |