We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d0b43 commit dc8f28fCopy full SHA for dc8f28f
popup/menu.html
@@ -25,11 +25,12 @@
25
</head>
26
27
<body>
28
-
29
-<input type="button" class="button" style="width:100px" id="config" value="Configure"></input>
30
-<input type="button" class="button" style="width:100px" id="start_stop" value="Start" ></input>
31
32
+ <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>
33
+ </table>
34
</center>
35
<script type="text/javascript" src="menu.js"> </script>
36
0 commit comments