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

Unified Diff: runtime/bin/vmstats/vmstats.css

Issue 13008025: Client-side support for stacktrace VM status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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/bin/vmstats/models.dart ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmstats/vmstats.css
===================================================================
--- runtime/bin/vmstats/vmstats.css (revision 20798)
+++ runtime/bin/vmstats/vmstats.css (working copy)
@@ -35,12 +35,23 @@
.isolate_list {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
+ vertical-align: top;
}
.isolate_details {
visibility:visible;
}
-.isolate_details_hidden {
+.hidden {
visibility:hidden;
}
+
+.stack_trace_title {
+ font-weight: bold;
+}
+
+td {
+ padding-left: 10px;
+ padding-right: 10px;
+ vertical-align: top;
+}
« no previous file with comments | « runtime/bin/vmstats/models.dart ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698