Browse Source

Fixes the size of the hangup button.

j8
hristoterezov 11 years ago
parent
commit
23ff9975b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.html

+ 1
- 1
index.html View File

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

Loading…
Cancel
Save