1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00

Hide etherpad button on XS screens

Fix #70
This commit is contained in:
Daniel Berteaud 2014-06-16 17:40:45 +02:00
parent 4a1a6e813c
commit 136a92efa6

View File

@ -36,7 +36,7 @@
</button>
</div>
<% if ($etherpad eq 'true'){ %>
<div class="btn-group" data-toggle="buttons">
<div class="btn-group hidden-xs" data-toggle="buttons">
<label class="btn btn-default help" id="etherpadLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'OPEN_ETHERPAD' %>">
<input type = "checkbox" id="etherpadButton">
<span class="glyphicon glyphicon-pencil">