Skip to content
Snippets Groups Projects
Commit dc8f28fb authored by didierfred's avatar didierfred
Browse files

button on 1 line for chrome

parent 18d0b43e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment