chg: cleanup minimised menus

pull/81/head
Raphaël Vinot 2020-07-29 13:35:43 +02:00
parent fcec79519f
commit fca85530d5
1 changed files with 39 additions and 45 deletions

View File

@ -89,15 +89,13 @@
{%endif%}
</ul>
</div>
<div style="width: 100px">
<div style="display: inline;">
<div style="width: 70px">
<center>
<button type="button" class="btn btn-link" data-toggle="collapse" data-target="#menu">
<img src="{{ url_for('static', filename='down.jpg') }}" alt="Maximize" height="40" width="40">
</button>
</div>
<div style="display: inline">
<b>Menu</b>
</div>
</button>
</center>
</div>
</div>
@ -153,15 +151,13 @@
<img src="{{ url_for('static', filename='wtf.png') }}"
alt="Content type not set/unknown" height="20" width="20"> Content type not set/unknown<br>
</div>
<div style="width: 100px">
<div style="display: inline;">
<div style="width: 70px;">
<center>
<button type="button" class="btn btn-link" data-toggle="collapse" data-target="#legend">
<img src="{{ url_for('static', filename='up.jpg') }}" alt="Maximize legend" height="40" width="40">
</button>
</div>
<div style="display: inline">
<b>Legend</b>
</div>
</button>
</center>
</div>
</div>
@ -194,15 +190,13 @@
<a href="{{ url_for('image', tree_uuid=tree_uuid) }}" class="btn btn-info" role="button">Download</a>
<a href="#screenshotModal" data-toggle="modal" data-target="#screenshotModal" class="btn btn-info" role="button">Show screenshot</a>
</div>
<div style="width: 100px;float: right;">
<div style="display: inline;">
<div style="width: 70px; float: right;">
<center>
<button type="button" class="btn btn-link" data-toggle="collapse" data-target="#tree-details">
<img src="{{ url_for('static', filename='up.jpg') }}" alt="Minimize tree details" height="40" width="40">
</button>
</div>
<div style="display: inline">
<b>Tree details</b>
</div>
</button>
</center>
</div>
</div>