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

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2304463002: Converted Observatory vm-view && isolate-view elements (Closed)
Patch Set: Fixed typo 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698