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

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

Issue 2286823002: Fixed isolate-shared-summary layout problems (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate/counter_chart.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 text-decoration: none; 1056 text-decoration: none;
1057 } 1057 }
1058 1058
1059 /* isolate-shared-summary */ 1059 /* isolate-shared-summary */
1060 /* TODO(cbernaschina) fix isolate-shared-summary-wrapped 1060 /* TODO(cbernaschina) fix isolate-shared-summary-wrapped
1061 to isolate-shared-summary when wrapper removed */ 1061 to isolate-shared-summary when wrapper removed */
1062 1062
1063 isolate-shared-summary, 1063 isolate-shared-summary,
1064 isolate-shared-summary-wrapped { 1064 isolate-shared-summary-wrapped {
1065 display: block; 1065 display: block;
1066 }
1067 isolate-shared-summary-wrapped > .summary {
1066 height: 300px; 1068 height: 300px;
1067 position: relative; 1069 position: relative;
1068 } 1070 }
1069 isolate-shared-summary-wrapped > .menu { 1071 isolate-shared-summary-wrapped > .menu {
1070 float: right; 1072 float: right;
1071 top: 0; 1073 top: 0;
1072 right: 0; 1074 right: 0;
1073 } 1075 }
1074 isolate-shared-summary-wrapped > isolate-counter-chart { 1076 isolate-shared-summary-wrapped > isolate-counter-chart {
1075 position: absolute; 1077 position: absolute;
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 1692
1691 vm-connect-target > button.delete-button:hover { 1693 vm-connect-target > button.delete-button:hover {
1692 background: #ff0000; 1694 background: #ff0000;
1693 } 1695 }
1694 1696
1695 /* vm-connect */ 1697 /* vm-connect */
1696 1698
1697 vm-connect ul { 1699 vm-connect ul {
1698 list-style-type: none; 1700 list-style-type: none;
1699 } 1701 }
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate/counter_chart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698