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 { .glyphicon {
top: 0; /* Fixes alignment issue in top bar */ top: 0; /* Fixes alignment issue in top bar */
} }
.glyphicon-off {
top: 1px; /* Fixes for relative glyphicon size */
font-size: 28px;
}
#topbar { #topbar {
position: fixed; position: fixed;
width: 100%; width: 100%;

View File

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