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

Unified Diff: tools/turbolizer/index.html

Issue 2164373002: [turbolizer] Style improvements. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@t-p3-base
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/turbolizer/turbo-visualizer.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/index.html
diff --git a/tools/turbolizer/index.html b/tools/turbolizer/index.html
index 6991d926821b96a4da6df213eccefea9e2057466..0c83e9c672e5686553cd1f5619de4b7521b32953 100644
--- a/tools/turbolizer/index.html
+++ b/tools/turbolizer/index.html
@@ -10,24 +10,29 @@
</div>
</div>
<div id="middle">
- <span id="graph-toolbox">
- <input id="layout" type="image" title="layout graph" src="layout-icon.png"
- alt="layout graph" class="button-input">
- <input id="show-all" type="image" title="show all nodes" src="expand-all.jpg"
- alt="show all nodes" class="button-input">
- <input id="hide-unselected" type="image" title="hide unselected nodes"
- src="hide-unselected.png" alt="hide unselected nodes" class="button-input">
- <input id="hide-selected" type="image" title="hide selected nodes"
- src="hide-selected.png" alt="hide selected nodes" class="button-input">
- <input id="zoom-selection" type="image" title="zoom to selection"
- src="search.png" alt="zoom to selection" class="button-input">
- <input id="toggle-types" type="image" title="show/hide types"
- src="types.png" alt="show/hide types" class="button-input">
- <input id="search-input" type="text" title="search nodes for regex"
- alt="search node for regex" class="search-input"
- placeholder="find with regexp&hellip;">
- <select id="display-selector"></select>
- </span>
+ <div id="graph-toolbox-anchor">
+ <span id="graph-toolbox">
+ <input id="layout" type="image" title="layout graph" src="layout-icon.png"
+ alt="layout graph" class="button-input">
+ <input id="show-all" type="image" title="show all nodes" src="expand-all.jpg"
+ alt="show all nodes" class="button-input">
+ <input id="hide-unselected" type="image" title="hide unselected nodes"
+ src="hide-unselected.png" alt="hide unselected nodes" class="button-input">
+ <input id="hide-selected" type="image" title="hide selected nodes"
+ src="hide-selected.png" alt="hide selected nodes" class="button-input">
+ <input id="zoom-selection" type="image" title="zoom to selection"
+ src="search.png" alt="zoom to selection" class="button-input">
+ <input id="toggle-types" type="image" title="show/hide types"
+ src="types.png" alt="show/hide types" class="button-input">
+ <input id="search-input" type="text" title="search nodes for regex"
+ alt="search node for regex" class="search-input"
+ placeholder="find with regexp&hellip;">
+ <select id="display-selector">
+ <option disabled selected>(please open a file)</option>
+ </select>
+ </span>
+ </div>
+
<div id="load-file">
<input type="file" id="hidden-file-upload">
<input id="upload" type="image" title="load graph" class="button-input"
« no previous file with comments | « no previous file | tools/turbolizer/turbo-visualizer.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698