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

Side by Side Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2217723004: Converted Observatory isolate-summary element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Removed patch file Created 4 years, 4 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
OLDNEW
1 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 font: 400 14px 'Montserrat', sans-serif; 5 font: 400 14px 'Montserrat', sans-serif;
6 color: #333; 6 color: #333;
7 box-sizing: border-box; 7 box-sizing: border-box;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 font: 400 12px 'Montserrat', sans-serif; 54 font: 400 12px 'Montserrat', sans-serif;
55 } 55 }
56 56
57 .monospace { 57 .monospace {
58 font-family: consolas, courier, monospace; 58 font-family: consolas, courier, monospace;
59 font-size: 1em; 59 font-size: 1em;
60 line-height: 1.2em; 60 line-height: 1.2em;
61 white-space: nowrap; 61 white-space: nowrap;
62 } 62 }
63 63
64 a { 64 a[href] {
65 color: #0489c3; 65 color: #0489c3;
66 text-decoration: none; 66 text-decoration: none;
67 } 67 }
68 68
69 a:hover { 69 a[href]:hover {
70 text-decoration: underline; 70 text-decoration: underline;
71 } 71 }
72 72
73 em { 73 em {
74 color: inherit; 74 color: inherit;
75 font-style: italic; 75 font-style: italic;
76 } 76 }
77 77
78 b { 78 b {
79 color: inherit; 79 color: inherit;
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 removed */ 454 removed */
455 455
456 function-ref-wrapped > a[href]:hover { 456 function-ref-wrapped > a[href]:hover {
457 text-decoration: underline; 457 text-decoration: underline;
458 } 458 }
459 function-ref-wrapped > a[href] { 459 function-ref-wrapped > a[href] {
460 color: #0489c3; 460 color: #0489c3;
461 text-decoration: none; 461 text-decoration: none;
462 } 462 }
463 463
464 /* isolate-counter-chart */
465
466 isolate-counter-chart {
467 display: block;
468 position: relative;
469 height: 300px;
470 min-width: 350px;
471 }
472 isolate-counter-chart > div.host {
473 position: absolute;
474 left: 0;
475 bottom: 20px;
476 top: 5px;
477 right: 250px;
478 }
479 isolate-counter-chart > div.legend {
480 position: absolute;
481 width: 250px;
482 top: 0;
483 right: 0;
484 bottom: 0;
485 overflow-y: auto;
486 }
487
464 /* isolate-reconnect */ 488 /* isolate-reconnect */
465 489
466 isolate-reconnect div.doubleSpaced { 490 isolate-reconnect div.doubleSpaced {
467 line-height: 2em; 491 line-height: 2em;
468 } 492 }
469 493
470 /* isolate-ref */ 494 /* isolate-ref */
471 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper 495 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper
472 removed */ 496 removed */
473 497
474 isolate-ref-wrapped > a[href]:hover { 498 isolate-ref-wrapped > a[href]:hover {
475 text-decoration: underline; 499 text-decoration: underline;
476 } 500 }
477 isolate-ref-wrapped > a[href] { 501 isolate-ref-wrapped > a[href] {
478 color: #0489c3; 502 color: #0489c3;
479 text-decoration: none; 503 text-decoration: none;
480 } 504 }
481 505
506 /* isolate-shared-summary */
507 /* TODO(cbernaschina) fix isolate-shared-summary-wrapped
508 to isolate-shared-summary when wrapper removed */
509
510 isolate-shared-summary,
511 isolate-shared-summary-wrapped {
512 display: block;
513 height: 300px;
514 position: relative;
515 }
516 isolate-shared-summary-wrapped > .menu {
517 float: right;
518 top: 0;
519 right: 0;
520 }
521 isolate-shared-summary-wrapped > isolate-counter-chart {
522 position: absolute;
523 left: 0;
524 top: 0;
525 right: 230px;
526 clear: both;
527 }
528 isolate-shared-summary-wrapped .errorBox {
529 background-color: #f5f5f5;
530 border: 1px solid #ccc;
531 padding: 2em;
532 font-family: consolas, courier, monospace;
533 font-size: 1em;
534 line-height: 1.2em;
535 white-space: pre;
536 }
537
482 /* library-ref */ 538 /* library-ref */
483 /* TODO(cbernaschina) fix library-ref-wrapped to library-ref when wrapper 539 /* TODO(cbernaschina) fix library-ref-wrapped to library-ref when wrapper
484 removed */ 540 removed */
485 541
486 library-ref-wrapped > a[href]:hover { 542 library-ref-wrapped > a[href]:hover {
487 text-decoration: underline; 543 text-decoration: underline;
488 } 544 }
489 library-ref-wrapped > a[href] { 545 library-ref-wrapped > a[href] {
490 color: #0489c3; 546 color: #0489c3;
491 text-decoration: none; 547 text-decoration: none;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 796
741 vm-connect-target > button.delete-button:hover { 797 vm-connect-target > button.delete-button:hover {
742 background: #ff0000; 798 background: #ff0000;
743 } 799 }
744 800
745 /* vm-connect */ 801 /* vm-connect */
746 802
747 vm-connect ul { 803 vm-connect ul {
748 list-style-type: none; 804 list-style-type: none;
749 } 805 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/models.dart ('k') | runtime/observatory/lib/src/elements/isolate/counter_chart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698