|
244 | 244 | cursor: col-resize; |
245 | 245 | } |
246 | 246 |
|
247 | | -.network-details-container |
| 247 | +.network-details-view |
248 | 248 | { |
249 | | - position: absolute; |
250 | | - right: 0; |
251 | | - top: 0; |
252 | | - height: 100%; |
253 | | - z-index: 2; |
254 | | - left: 120px; |
255 | | - background-color: #fff; |
256 | | - box-shadow: 0 5px 6px rgba(0, 0, 0, 0.39), |
257 | | - 0 2px 2px 1px rgba(0, 0, 0, 0.28), |
258 | | - -1px 0 0 rgba(0, 0, 0, 0.05); |
259 | | -} |
260 | | - |
261 | | -.network_logger .entry-details |
262 | | -{ |
263 | | - overflow: auto; |
264 | 249 | height: 100%; |
265 | 250 | padding: 0 5px; |
266 | 251 | box-sizing: border-box; |
267 | 252 | overflow: auto; |
268 | 253 | } |
269 | 254 |
|
270 | | -.network-details-container .table-cell |
| 255 | +.network-details-view .table-cell |
271 | 256 | { |
272 | 257 | display: table-cell; |
273 | 258 | } |
274 | 259 |
|
275 | | -.network-details-container-wrap .table-cell |
| 260 | +.network-details-view .wrap /* that's .table-cell.wrap */ |
276 | 261 | { |
277 | 262 | display: block; |
278 | 263 | } |
|
282 | 267 | white-space: pre; |
283 | 268 | } |
284 | 269 |
|
285 | | -.network-details-container-wrap .method-and-url |
| 270 | +.network-details-view .wrap .method-and-url |
286 | 271 | { |
287 | 272 | word-wrap: break-word; |
288 | 273 | } |
289 | 274 |
|
290 | | -.network-details-container .header-token-type-first_line_part |
| 275 | +.network-details-view .header-token-type-first_line_part |
291 | 276 | { |
292 | 277 | font-weight: bold; |
293 | 278 | } |
294 | 279 |
|
295 | | -.network_logger .header-token-type-name |
| 280 | +.network-details-view .header-token-type-name |
296 | 281 | { |
297 | 282 | color: #149CBD; |
298 | 283 | } |
299 | 284 |
|
300 | | -.network_logger .http-token-type-boundary |
| 285 | +.network-details-view .http-token-type-boundary |
301 | 286 | { |
302 | 287 | color: #7E7E7E; |
303 | 288 | } |
|
310 | 295 | color: #808080; |
311 | 296 | } |
312 | 297 |
|
313 | | -.network-details-container pre, |
314 | | -.network-details-container p |
| 298 | +.network-details-view pre, |
| 299 | +.network-details-view p |
315 | 300 | { |
316 | 301 | margin: 0; |
317 | 302 | } |
318 | 303 |
|
319 | | -.network-details-container-wrap pre, |
320 | | -.network-details-container-wrap p, |
321 | | -.network-details-container-wrap td |
| 304 | +.network-details-view .wrap pre, |
| 305 | +.network-details-view .wrap p, |
| 306 | +.network-details-view .wrap td |
322 | 307 | { |
323 | 308 | word-wrap: break-word; |
324 | 309 | white-space: pre; |
325 | 310 | } |
326 | 311 |
|
327 | | -.network-details-container-wrap td |
| 312 | +.network-details-view .wrap td |
328 | 313 | { |
329 | 314 | /* not entirely sure why only pre-wrap helps here */ |
330 | 315 | white-space: pre-wrap; |
331 | 316 | } |
332 | 317 |
|
333 | | -.network-details-container-wrap img { |
| 318 | +.network-details-view .wrap img { |
334 | 319 | max-width: 100%; |
335 | 320 | } |
336 | 321 |
|
337 | | -.network-details-container p |
| 322 | +.network-details-view p |
338 | 323 | { |
339 | 324 | font: 11px "menu"; |
340 | 325 | } |
341 | 326 |
|
342 | | -.network-details-container table |
| 327 | +.network-details-view table |
343 | 328 | { |
344 | 329 | border-collapse: collapse; |
345 | 330 | } |
346 | 331 |
|
347 | | -.network-details-container table |
| 332 | +.network-details-view table |
348 | 333 | { |
349 | 334 | width: 1px; |
350 | 335 | } |
351 | 336 |
|
352 | | -.network-details-container-wrap table |
| 337 | +.network-details-view .wrap table |
353 | 338 | { |
354 | 339 | width: 100%; |
355 | 340 | } |
356 | 341 |
|
357 | | -.network-details-container td, |
358 | | -.network-details-container th |
| 342 | +.network-details-view td, |
| 343 | +.network-details-view th |
359 | 344 | { |
360 | 345 | vertical-align: top; |
361 | 346 | } |
362 | 347 |
|
363 | | -.network-details-container th |
| 348 | +.network-details-view th |
364 | 349 | { |
365 | 350 | text-align: left; |
366 | 351 | white-space: nowrap; |
367 | 352 | } |
368 | 353 |
|
369 | | -.network-details-container th:first-child, |
370 | | -.network-details-container td:first-child |
| 354 | +.network-details-view th:first-child, |
| 355 | +.network-details-view td:first-child |
371 | 356 | { |
372 | 357 | width: 20%; |
373 | 358 | padding-right: 30px; |
374 | 359 | } |
375 | 360 |
|
376 | | -.network-details-container hr |
| 361 | +.network-details-view hr |
377 | 362 | { |
378 | 363 | border: none; |
379 | 364 | border-top: 1px solid #a4a4a4; |
380 | 365 | margin: 7px 0 -8px 0; |
381 | 366 | } |
382 | 367 |
|
| 368 | +.network-details-view div.header { |
| 369 | + margin: 0 0 0 -5px; /* todo: 10px 0 10px -5px; looks better to me but is inconsistent with dom panel headers */ |
| 370 | +} |
| 371 | + |
383 | 372 | .request-crafter h2, |
384 | 373 | .network-options h2 |
385 | 374 | { |
386 | 375 | font-size: 125%; |
387 | 376 | padding: 10px 0 5px 0; |
388 | 377 | } |
389 | 378 |
|
390 | | -.network-details-container div.header { |
391 | | - margin: 0 0 0 -5px; /* todo: 10px 0 10px -5px; looks better to me but is inconsistent with dom panel headers */ |
392 | | -} |
393 | | - |
394 | 379 | .network_logger .network-main-container .sortable-table .network-graph-column |
395 | 380 | { |
396 | 381 | line-height: 0; |
|
0 commit comments