Commit cd8cfb96d8ef503ee8699dfd4f1214b19083d8a7
1 parent
92f54efd
new style for the export buttons
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/web/tpl/voip-list.html
| ... | ... | @@ -13,8 +13,8 @@ |
| 13 | 13 | <table style="width: 770px;"> |
| 14 | 14 | <tbody> |
| 15 | 15 | <tr> |
| 16 | - <td style="width: 450px;"><h1>Calls (<%= nvoip %>)</h1></td> | |
| 17 | - <td style="width: 150px;"><input value="Export VoIP" name="exportVoIP" type="button"></td> | |
| 16 | + <td style="width: 60%;"><h1>Calls (<%= nvoip %>)</h1></td> | |
| 17 | + <td><input value="Export VoIP" name="exportVoIP" type="button"></td> | |
| 18 | 18 | <td><input value="Export CAC" name="exportCAC" type="button"></td> |
| 19 | 19 | <td><input value="Export Bandwidth" name="exportBW" type="button"></td> |
| 20 | 20 | </tr> | ... | ... |