| Index: runtime/observatory/lib/src/elements/css/shared.css
|
| diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
|
| index b92fb0a57e371ffae64648a1940eaf08fada7120..de51c4308257ec2e92170ccd7ef24341c2f212ca 100644
|
| --- a/runtime/observatory/lib/src/elements/css/shared.css
|
| +++ b/runtime/observatory/lib/src/elements/css/shared.css
|
| @@ -1062,6 +1062,19 @@ isolate-counter-chart > div.legend {
|
| overflow-y: auto;
|
| }
|
|
|
| +/* isolate-location */
|
| +
|
| +isolate-location > span {
|
| + font-weight: bold;
|
| +}
|
| +isolate-location > a[href] {
|
| + color: #0489c3;
|
| + text-decoration: none;
|
| +}
|
| +isolate-location > a[href]:hover {
|
| + text-decoration: underline;
|
| +}
|
| +
|
| /* isolate-reconnect */
|
|
|
| isolate-reconnect div.doubleSpaced {
|
| @@ -1080,31 +1093,34 @@ isolate-ref-wrapped > a[href] {
|
| text-decoration: none;
|
| }
|
|
|
| +/* isolate-run-state */
|
| +
|
| +isolate-run-state > span {
|
| + font-weight: bold;
|
| +}
|
| +
|
| /* isolate-shared-summary */
|
| -/* TODO(cbernaschina) fix isolate-shared-summary-wrapped
|
| -to isolate-shared-summary when wrapper removed */
|
|
|
| -isolate-shared-summary,
|
| -isolate-shared-summary-wrapped {
|
| +isolate-shared-summary {
|
| display: block;
|
| }
|
| -isolate-shared-summary-wrapped > .summary {
|
| +isolate-shared-summary > .summary {
|
| height: 300px;
|
| position: relative;
|
| }
|
| -isolate-shared-summary-wrapped > .menu {
|
| +isolate-shared-summary .menu {
|
| float: right;
|
| top: 0;
|
| right: 0;
|
| }
|
| -isolate-shared-summary-wrapped > isolate-counter-chart {
|
| +isolate-shared-summary isolate-counter-chart {
|
| position: absolute;
|
| left: 0;
|
| top: 0;
|
| right: 230px;
|
| clear: both;
|
| }
|
| -isolate-shared-summary-wrapped .errorBox {
|
| +isolate-shared-summary .errorBox {
|
| background-color: #f5f5f5;
|
| border: 1px solid #ccc;
|
| padding: 2em;
|
| @@ -1462,6 +1478,7 @@ script-inset-wrapped button.toggle-profile {
|
| top: 5px;
|
| color: #888888;
|
| line-height: 30px;
|
| + font: 400 20px 'Montserrat', sans-serif;
|
| }
|
| script-inset-wrapped button.refresh {
|
| right: 5px;
|
|
|