Replace screen sharing glyphicon

The old one was too close to the logout button
master
Daniel Berteaud 11 years ago
parent 5218361ad1
commit 0d77ea55fe
  1. 2
      templates/default/join.html.ep

@ -58,7 +58,7 @@
</label> </label>
<label class="btn btn-default help" id="shareScreenLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SHARE_YOUR_SCREEN' %>"> <label class="btn btn-default help" id="shareScreenLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SHARE_YOUR_SCREEN' %>">
<input type="checkbox" id="shareScreenButton"> <input type="checkbox" id="shareScreenButton">
<span class="glyphicon glyphicon-share"> <span class="glyphicon glyphicon-expand">
</span> </span>
</label> </label>
</div> </div>

Loading…
Cancel
Save