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

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

Issue 2279973002: Converted Observatory heap-map element (Closed)
Patch Set: Fixed tests Created 4 years, 3 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 function-ref-wrapped > a[href]:hover { 885 function-ref-wrapped > a[href]:hover {
886 text-decoration: underline; 886 text-decoration: underline;
887 } 887 }
888 function-ref-wrapped > a[href] { 888 function-ref-wrapped > a[href] {
889 color: #0489c3; 889 color: #0489c3;
890 text-decoration: none; 890 text-decoration: none;
891 } 891 }
892 892
893 /* heap-snapshot */ 893 /* heap-snapshot */
894 894
895
896 heap-snapshot .statusMessage { 895 heap-snapshot .statusMessage {
897 font-size: 150%; 896 font-size: 150%;
898 font-weight: bold; 897 font-weight: bold;
899 } 898 }
900
901 heap-snapshot .statusBox { 899 heap-snapshot .statusBox {
902 height: 100%; 900 height: 100%;
903 padding: 1em; 901 padding: 1em;
904 } 902 }
905 heap-snapshot .explanation { 903 heap-snapshot .explanation {
906 display: block; 904 display: block;
907 display: -webkit-box; 905 display: -webkit-box;
908 -webkit-line-clamp: 4; 906 -webkit-line-clamp: 4;
909 -webkit-box-orient: vertical; 907 -webkit-box-orient: vertical;
910 max-height: 80px; 908 max-height: 80px;
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 1626
1629 vm-connect-target > button.delete-button:hover { 1627 vm-connect-target > button.delete-button:hover {
1630 background: #ff0000; 1628 background: #ff0000;
1631 } 1629 }
1632 1630
1633 /* vm-connect */ 1631 /* vm-connect */
1634 1632
1635 vm-connect ul { 1633 vm-connect ul {
1636 list-style-type: none; 1634 list-style-type: none;
1637 } 1635 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/heap_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698