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

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

Issue 3007513002: Restile Observatory memory dashboard (Closed)
Patch Set: Created 3 years, 4 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 | « no previous file | runtime/observatory/lib/src/elements/memory/profile.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 20d25b0bed10cb16aa43e0c0e8e19331710d9d22..df7b52fde5b9b06d51e6dd85c6e591383926e9c7 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -1670,7 +1670,7 @@ memory-dashboard memory-profile memory-allocations {
bottom: 0;
left: 0;
right: 0;
- top: 40px;
+ top: 39px;
}
memory-dashboard memory-profile memory-snapshot {
@@ -1678,7 +1678,7 @@ memory-dashboard memory-profile memory-snapshot {
bottom: 0;
left: 0;
right: 0;
- top: 40px;
+ top: 45px;
}
/* metric-graph */
@@ -1803,12 +1803,23 @@ memory-allocations .collection-item .group button:hover {
/* memory-profile */
+memory-profile > div > h1 {
+ overflow: hidden;
+ border-bottom: 1px solid #d5d5d5;
+}
+
memory-profile .header_button {
padding: 3px 5px;
margin: 0px 1px;
}
+memory-profile .header_button:first-child {
+ margin-left: 5px;
+}
+
memory-profile .tab_buttons {
+ position: relative;
+ top: 1px;
float: right;
}
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/memory/profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698