From dc8f28fb7c738f8b9530495c1da6fdcfb1f123de Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Mon, 19 Nov 2018 13:07:41 +0100
Subject: [PATCH] button on 1 line for chrome

---
 popup/menu.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/popup/menu.html b/popup/menu.html
index c3acab6..2ba5821 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>
 
-- 
GitLab