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

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

Issue 2299613004: Converted Observatory timeline-page element (Closed)
Patch Set: Reverted change to service 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/timeline_page.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 2fd18b38fe31c46b8ae0bb11c6639cd22762d560..943cf8ce92976dd189a2233dfe752f0a6d0995c3 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -1730,6 +1730,20 @@ stack-trace-tree-config {
white-space: nowrap;
}
+/* timeline-page */
+
+timeline-page .iframe {
+ height: 100%;
+ width: 100%;
+ margin-top: -120px;
+ padding-top: 120px;
+}
+timeline-page .iframe iframe {
+ width: 100%;
+ height: 100%;
+ border: none;
+}
+
/* type-arguments-ref */
type-arguments-ref a[href]:hover {
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/timeline_page.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698