1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 04:09:14 +02:00

Replace screen sharing glyphicon

The old one was too close to the logout button
This commit is contained in:
Daniel Berteaud 2014-05-06 14:03:10 +02:00
parent 5218361ad1
commit 0d77ea55fe

View File

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