Skip to content

Commit dc8f28f

Browse files
committed
button on 1 line for chrome
1 parent 18d0b43 commit dc8f28f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

popup/menu.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
</head>
2626

2727
<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-
28+
<table>
29+
<tr>
30+
<td> <input type="button" class="button" style="width:100px" id="config" value="Configure"></input> </td>
31+
<td> <input type="button" class="button" style="width:100px" id="start_stop" value="Start" ></input> </td>
32+
</tr>
33+
</table>
3334
</center>
3435
<script type="text/javascript" src="menu.js"> </script>
3536

0 commit comments

Comments
 (0)