add style="width: 100%;"

This commit is contained in:
Christopher 2020-10-24 13:36:18 +02:00
parent 2a0c20c769
commit 4842e4c769
1 changed files with 6 additions and 4 deletions

View File

@ -78,16 +78,18 @@
</pre>
</div>
<form method="post" action="index.php?page=do" enctype="multipart/form-data"></form>
<table>
<tr>
<td>
<table style="width: 100%;">
<tr style="width: 100%;">
<td style="margin: 5px">
<div class="form-group float-lb">
<div class="nk-int-st">
<input type="text" name="commandtext" placeholder="..." class="form-control">
</div>
</div>
</td>
<td><button type="submit" name="do-command" value="command" class="btn-lg notika-btn-cyan waves-effect">RUN</button></td>
<td style="margin: 5px">
<button type="submit" name="do-command" value="command" class="btn-lg notika-btn-cyan waves-effect">RUN</button>
</td>
</tr>
</table>
</form>