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

Side by Side Diff: runtime/bin/vmstats/vmstats.css

Issue 18611003: Remove VM Stats (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/bin/vmstats/packages/browser/dart.js ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 body {
3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px;
6 font-weight: normal;
7 line-height: 1.2em;
8 margin: 15px;
9 }
10
11 h1, p {
12 color: #333;
13 }
14
15 #vmstats {
16 width: 100%;
17 height: 500px;
18 position: relative;
19 border: 1px solid #ccc;
20 background-color: #fff;
21 padding: 10px;
22 }
23
24 #dashboard {
25 font-size: 12pt;
26 text-align: left;
27 margin: 20px;
28 }
29
30 #graph {
31 font-size: 12pt;
32 text-align: left;
33 }
34
35 .isolate_list {
36 font-family: 'Open Sans', sans-serif;
37 font-size: 14px;
38 vertical-align: top;
39 }
40
41 .isolate_details {
42 visibility:visible;
43 }
44
45 .hidden {
46 visibility:hidden;
47 height: 0px;
48 }
49
50 .stack_trace_title {
51 font-weight: bold;
52 }
53
54 .stack_frame {
55 font-family: "monospace";
56 }
57
58 .empty_stack_frame {
59 font-style: italic;
60 }
61
62 td {
63 padding-left: 10px;
64 padding-right: 10px;
65 vertical-align: top;
66 }
OLDNEW
« no previous file with comments | « runtime/bin/vmstats/packages/browser/dart.js ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698