Fix algorithm menu. Offset it if need.

This commit is contained in:
Unick Soft
2018-12-29 19:14:28 +02:00
parent d114ab6fa9
commit 4f8af5b4e7
3 changed files with 23 additions and 3 deletions

View File

@@ -97,7 +97,7 @@
<!-- Algorithms -->
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false" id="openAlgorithmList">
<span class="glyphicon glyphicon-cog fa-fw "></span><span class="hidden-phone"> <?= L('algorithms') ?> </span><span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" role="menu" id="algorithmList">