Merge pull request #419 from glowing-bear/glyphicon

Use "off" glyphicon instead of "remove"
This commit is contained in:
David Cormier 2014-08-25 16:26:17 -04:00
commit 9e0e3d06ae
2 changed files with 6 additions and 2 deletions

View file

@ -118,6 +118,10 @@ input[type=text], input[type=password], #sendMessage, .badge {
.glyphicon {
top: 0; /* Fixes alignment issue in top bar */
}
.glyphicon-off {
top: 1px; /* Fixes for relative glyphicon size */
font-size: 28px;
}
#topbar {
position: fixed;
width: 100%;
@ -220,7 +224,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
overflow-x: hidden;
right: 0;
top: 0;
padding-top: 35px;
padding-top: 35px;
padding-left: 5px;
padding-bottom: 35px;
z-index: 2;

View file

@ -215,7 +215,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
</a>
</div>
<a ng-click="disconnect()" title="Disconnect from WeeChat">
<i class="glyphicon glyphicon-remove"></i>
<i class="glyphicon glyphicon-off"></i>
</a>
</div>
</div>