diff options
author | peria@chromium.org <peria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 12:10:56 +0000 |
---|---|---|
committer | peria@chromium.org <peria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 12:10:56 +0000 |
commit | dafd8d3b7a55620a8bcfa32fc76b21c1d2e63f1c (patch) | |
tree | 813657e3dd1f99e93bde7301b1e1849526e533ce /tools/deep_memory_profiler | |
parent | 7ae178601028fe49620ea99c99dd440eae1a4a39 (diff) | |
download | chromium_src-dafd8d3b7a55620a8bcfa32fc76b21c1d2e63f1c.zip chromium_src-dafd8d3b7a55620a8bcfa32fc76b21c1d2e63f1c.tar.gz chromium_src-dafd8d3b7a55620a8bcfa32fc76b21c1d2e63f1c.tar.bz2 |
Modify HTML and CSS in dmprof visualizer to make them look
similar to a template.
Users of GAE version see HTML file edited in this CL, and
developers of dmprof-visualizer see HTML text in template.py.
Those files should be merged, but it is another issue.
BUG=259206
NOTRY=true
Review URL: https://codereview.chromium.org/74973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/deep_memory_profiler')
-rw-r--r-- | tools/deep_memory_profiler/visualizer/index.html | 4 | ||||
-rw-r--r-- | tools/deep_memory_profiler/visualizer/static/index.css | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tools/deep_memory_profiler/visualizer/index.html b/tools/deep_memory_profiler/visualizer/index.html index f00d454..1e4d96f 100644 --- a/tools/deep_memory_profiler/visualizer/index.html +++ b/tools/deep_memory_profiler/visualizer/index.html @@ -74,8 +74,8 @@ $(function() { <div id="view-div"> <div id="graph-div"></div> <div id="info-div"> - <div id="subs-dropdown"></div> <div id="category-menu"></div> + <div id="subs-dropdown"></div> </div> </div> -</body>
\ No newline at end of file +</body> diff --git a/tools/deep_memory_profiler/visualizer/static/index.css b/tools/deep_memory_profiler/visualizer/static/index.css index d4ab2c7..e7269bd 100644 --- a/tools/deep_memory_profiler/visualizer/static/index.css +++ b/tools/deep_memory_profiler/visualizer/static/index.css @@ -27,8 +27,7 @@ h1 { } #view-div { - margin: 35px auto; - width: 70%; + margin: 35px; } #graph-div { |