pull-right is not needed here

This commit is contained in:
Mario Vavti 2016-04-23 16:52:02 +02:00
parent b0a2e5d3f7
commit 57110cbe76

View File

@ -207,6 +207,6 @@
{{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}}
<button type="button" class="close pull-right" onclick="contextualHelp();">×</button>
<button type="button" class="close" onclick="contextualHelp();">×</button>
</div>
{{/if}}