Fixes the size of the hangup button.

This commit is contained in:
hristoterezov 2014-08-29 11:49:44 +03:00
parent 2f8efe7a6a
commit 23ff9975b4
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
<div class="header_button_separator"></div>
<span id="hangup">
<a class="button" data-toggle="popover" data-placement="bottom" data-content="Hang Up" onclick='hangup();'>
<i class="icon-hangup" style="color:#f42a24;"></i>
<i class="icon-hangup" style="color:#ff0000;font-size: 1.4em;"></i>
</a>
</span>
</span>