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

Unified Diff: runtime/observatory/lib/src/elements/class_tree.html

Issue 1395423002: Fix class hierarchy display (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/view_model.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/class_tree.html
diff --git a/runtime/observatory/lib/src/elements/class_tree.html b/runtime/observatory/lib/src/elements/class_tree.html
index 5217e61890383a315f2b2561c77bf5251b76d9cd..7f406008dde83ecacdc1f4cfad483743f3729738 100644
--- a/runtime/observatory/lib/src/elements/class_tree.html
+++ b/runtime/observatory/lib/src/elements/class_tree.html
@@ -11,7 +11,7 @@
border-spacing: 0px;
width: 100%;
margin-bottom: 20px
- vertical-align: middle;
+ vertical-align: middle;
}
tr {
@@ -21,6 +21,10 @@
tr:hover {
background-color: #FAFAFA;
}
+
+ th {
+ text-align: left;
+ }
</style>
<nav-bar>
<top-nav-menu last="{{ true }}"></top-nav-menu>
« no previous file with comments | « runtime/observatory/lib/src/app/view_model.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698