git-svn-id: https://svn.code.sf.net/p/freetel/code@703 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 14 Sep 2012 21:34:13 +0000 (21:34 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 14 Sep 2012 21:34:13 +0000 (21:34 +0000)
mini-asterisk-gui2/menu.js
mini-asterisk-gui2/phones.html

index 12f1156c1518aad9a4dd632341ee50e1b2f10efc..c45f3223dcc72d57a3bed6932c58823ff591264f 100644 (file)
@@ -53,7 +53,7 @@ function mainMenu() {
     }
 
     html += '<td valign="top" >';
-    html += '<table align="right" width=200>';
+    html += '<table align="right" width=170>';
     html += '<tr><td><h2>&nbsp;</h2></td></tr>';
  
     for(var i=0; i<menuItems.length; i++) {
index fcc0514b299861a0c8a9762af97c697cac7fc786..c7db05c49ce1f90dbbebdf2e34c70fb8b2732138 100644 (file)
@@ -20,7 +20,7 @@
 
   <div id="tooltips"></div>
 
-  <table  align="center" width="900">
+  <table  align="center" width="950">
   <tr>
     <td><div id="menu"></div></td>
     <td><div id="phones_table"></div></td>