Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Side by Side Diff: chrome_linux/resources/inspector/networkLogView.css

Issue 42163002: Roll Linux reference build to official build 31.0.1650.34 (trunk r224845, branch r230433) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 .network-log-grid.data-grid { 1 .network-log-grid.data-grid {
2 border: none; 2 border: none;
3 position: absolute; 3 position: absolute;
4 top: 0; 4 top: 0;
5 left: 0; 5 left: 0;
6 right: 0; 6 right: 0;
7 bottom: 0; 7 bottom: 0;
8 } 8 }
9 9
10 .network-log-grid.data-grid table.data { 10 .network-log-grid.data-grid table.data {
11 background-size: 1px 82px; 11 background-size: 1px 82px;
12 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0 .05)), to(rgba(0, 0, 0, 0.05))); 12 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0 .05)), to(rgba(0, 0, 0, 0.05)));
13 } 13 }
14 14
15 .network-log-grid.data-grid.small table.data { 15 .network-log-grid.data-grid.small table.data {
16 background-size: 1px 42px; 16 background-size: 1px 42px;
17 } 17 }
18 18
19 .network-log-grid.data-grid td { 19 .network-log-grid.data-grid td {
20 line-height: 17px; 20 line-height: 17px;
21 height: 41px; 21 height: 41px;
22 border-right: 1px solid rgb(210, 210, 210); 22 border-left: 1px solid rgb(210, 210, 210);
23 vertical-align: middle; 23 vertical-align: middle;
24 } 24 }
25 25
26 .network-log-grid.data-grid.small td { 26 .network-log-grid.data-grid.small td {
27 height: 21px; 27 height: 21px;
28 } 28 }
29 29
30 .network-log-grid.data-grid th { 30 .network-log-grid.data-grid th {
31 border-bottom: 1px solid rgb(64%, 64%, 64%); 31 border-bottom: 1px solid rgb(64%, 64%, 64%);
32 height: 30px; 32 height: 30px;
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 380
381 .network-timeline-grid { 381 .network-timeline-grid {
382 position: absolute; 382 position: absolute;
383 top: 0; 383 top: 0;
384 bottom: 0; 384 bottom: 0;
385 left: 0; 385 left: 0;
386 right: 14px; /* Keep in sync with td.corner width */ 386 right: 14px; /* Keep in sync with td.corner width */
387 pointer-events: none; 387 pointer-events: none;
388 } 388 }
389 389
390 .network-log-grid.data-grid .timeline-column,
391 .network.panel .data-grid th.timeline-column {
392 border-right: none;
393 }
394
395 .data-grid td.timeline-column { 390 .data-grid td.timeline-column {
396 padding-left: 0; 391 padding-left: 0;
397 padding-right: 0; 392 padding-right: 0;
398 } 393 }
399 394
400 .network-event-divider-padding { 395 .network-event-divider-padding {
401 position: absolute; 396 position: absolute;
402 width: 8px; 397 width: 8px;
403 top: 0; 398 top: 0;
404 bottom: 0; 399 bottom: 0;
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 } 492 }
498 493
499 #network-container { 494 #network-container {
500 position: absolute; 495 position: absolute;
501 top: 0; 496 top: 0;
502 left: 0; 497 left: 0;
503 bottom: 0; 498 bottom: 0;
504 right: 0; 499 right: 0;
505 width: 100%; 500 width: 100%;
506 height: 100%; 501 height: 100%;
507 border-right: 0 none transparent;
508 overflow-y: auto; 502 overflow-y: auto;
509 overflow-x: hidden; 503 overflow-x: hidden;
510 } 504 }
511 505
512 /* Brief mode peculiarities. */ 506 /* Brief mode peculiarities. */
513 #network-container.brief-mode .network-timeline-grid { 507 #network-container.brief-mode .network-timeline-grid {
514 display: none; 508 display: none;
515 } 509 }
516 510
517 #network-container.brief-mode td, 511 #network-container.brief-mode td,
518 #network-container.brief-mode th { 512 #network-container.brief-mode th {
519 border-right: none; 513 border-left: none;
520 } 514 }
521 515
522 #network-container.brief-mode .network-log-grid.data-grid .data-grid-resizer { 516 #network-container.brief-mode .network-log-grid.data-grid .data-grid-resizer {
523 display: none; 517 display: none;
524 } 518 }
525 519
526 #network-container.brief-mode .network-timeline-grid { 520 #network-container.brief-mode .network-timeline-grid {
527 display: none; 521 display: none;
528 } 522 }
529 523
530 #network-container:not(.brief-mode) .data-grid tr.selected { 524 #network-container:not(.brief-mode) .data-grid tr.selected {
531 background-color: transparent; 525 background-color: transparent;
532 color: #222; 526 color: #222;
533 } 527 }
534 528
535 #network-container.brief-mode .data-grid .data-container { 529 #network-container.brief-mode .data-grid .data-container {
536 padding-right: 0; 530 padding-right: 0;
537 } 531 }
OLDNEW
« no previous file with comments | « chrome_linux/resources/inspector/layersPanel.css ('k') | chrome_linux/resources/inspector/networkPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698