diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 4 | ||||
| -rw-r--r-- | res/client/css/style.css | 3 | ||||
| -rw-r--r-- | res/templates/index.html | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 4f2d898a..501ea931 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -32,6 +32,10 @@ width: 80px; } +#btn_delete { + width: 80px; +} + #btn_link_fan { background: url(../img/url-icon.png); background-position: center; diff --git a/res/client/css/style.css b/res/client/css/style.css index 857e2cec..8cddd1a2 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -724,6 +724,9 @@ p { #btn_merge { width: 80px; } +#btn_delete { + width: 80px; } + #btn_link_fan { background: url(../img/url-icon.png); background-position: center; diff --git a/res/templates/index.html b/res/templates/index.html index ac9258d8..a01b4236 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -64,6 +64,7 @@ var rz_config = { // set as a global variable </div> <div class="tool_bar_btn" id="btn_link_fan" style="display: none" title="Link nodes in fan"></div> <div class="tool_bar_btn" id="btn_merge" style="display: none" title="Merge nodes">Merge</div> + <div class="tool_bar_btn" id="btn_delete" style="display: none" title="Delete nods">Delete</div> </div> <div id="input-box-set-container"> <div class="input-container" id="input-container__search"> |
