diff --git a/popup/menu.html b/popup/menu.html index c3acab62a4ec8e3a6fafe7424b1c1066f4b94d56..2ba5821b943bd5fbbfdaf241a4a60bee8e96ae09 100644 --- a/popup/menu.html +++ b/popup/menu.html @@ -25,11 +25,12 @@ </head> <body> - -<input type="button" class="button" style="width:100px" id="config" value="Configure"></input> -<input type="button" class="button" style="width:100px" id="start_stop" value="Start" ></input> - - + <table> + <tr> + <td> <input type="button" class="button" style="width:100px" id="config" value="Configure"></input> </td> + <td> <input type="button" class="button" style="width:100px" id="start_stop" value="Start" ></input> </td> + </tr> + </table> </center> <script type="text/javascript" src="menu.js"> </script>