Hide etherpad button on XS screens

Fix #70
master
Daniel Berteaud 11 years ago
parent 4a1a6e813c
commit 136a92efa6
  1. 2
      templates/default/join.html.ep

@ -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">

Loading…
Cancel
Save