| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 .network-overview .resources-dividers-label-bar .resources-divider { | 215 .network-overview .resources-dividers-label-bar .resources-divider { |
| 216 background-color: transparent; | 216 background-color: transparent; |
| 217 } | 217 } |
| 218 | 218 |
| 219 .network-overview .resources-dividers { | 219 .network-overview .resources-dividers { |
| 220 z-index: 250; | 220 z-index: 250; |
| 221 } | 221 } |
| 222 | 222 |
| 223 .json-view { | 223 .json-view { |
| 224 padding: 2px 6px; | 224 padding: 2px 6px; |
| 225 overflow: auto; |
| 225 } | 226 } |
| 226 | 227 |
| 227 .request-view.html iframe { | 228 .request-view.html iframe { |
| 228 width: 100%; | 229 width: 100%; |
| 229 height: 100%; | 230 height: 100%; |
| 230 position: absolute; | 231 position: absolute; |
| 231 } | 232 } |
| 232 | 233 |
| 233 .network-film-strip { | 234 .network-film-strip { |
| 234 border-bottom: solid 1px #cdcdcd; | 235 border-bottom: solid 1px #cdcdcd; |
| 235 flex: none !important; | 236 flex: none !important; |
| 236 } | 237 } |
| 237 | 238 |
| 238 .network-blocked-urls { | 239 .network-blocked-urls { |
| 239 border-top: 1px solid #dadada; | 240 border-top: 1px solid #dadada; |
| 240 flex: 104px 0 0; | 241 flex: 104px 0 0; |
| 241 } | 242 } |
| OLD | NEW |