Use "off" glyphicon instead of "remove"
Needs a few fixes to not look disproportionately large next to the cog. Also remove that sodden trailing space.
This commit is contained in:
parent
a6e15fb47a
commit
611abdf51a
2 changed files with 6 additions and 2 deletions
|
@ -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%;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue