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

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

Issue 2630423003: Improve display of long isolate names on summary page (Closed)
Patch Set: Created 3 years, 11 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/summary.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 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
7 7
8 body { 8 body {
9 padding-top: 56px; 9 padding-top: 56px;
10 color: #333; 10 color: #333;
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 1428
1429 isolate-run-state > span { 1429 isolate-run-state > span {
1430 font-weight: bold; 1430 font-weight: bold;
1431 } 1431 }
1432 1432
1433 /* isolate-shared-summary */ 1433 /* isolate-shared-summary */
1434 1434
1435 isolate-shared-summary { 1435 isolate-shared-summary {
1436 display: block; 1436 display: block;
1437 } 1437 }
1438
1439 .isolate-ref-container {
1440 overflow: hidden;
1441 text-overflow: ellipsis;
1442 }
1443
1444 .isolate-state-container {
1445 display: inline-block;
1446 min-width: 18ex;
1447 }
1448
1438 isolate-shared-summary > .summary { 1449 isolate-shared-summary > .summary {
1439 height: 300px; 1450 height: 300px;
1440 position: relative; 1451 position: relative;
1441 } 1452 }
1442 isolate-shared-summary .menu { 1453 isolate-shared-summary .menu {
1443 float: right; 1454 float: right;
1444 top: 0; 1455 top: 0;
1445 right: 0; 1456 right: 0;
1446 } 1457 }
1447 isolate-shared-summary isolate-counter-chart { 1458 isolate-shared-summary isolate-counter-chart {
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 2302
2292 vm-connect-target > button.delete-button:hover { 2303 vm-connect-target > button.delete-button:hover {
2293 background: #ff0000; 2304 background: #ff0000;
2294 } 2305 }
2295 2306
2296 /* vm-connect */ 2307 /* vm-connect */
2297 2308
2298 vm-connect ul { 2309 vm-connect ul {
2299 list-style-type: none; 2310 list-style-type: none;
2300 } 2311 }
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate/summary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698