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> </pre>
</div> </div>
<form method="post" action="index.php?page=do" enctype="multipart/form-data"></form> <form method="post" action="index.php?page=do" enctype="multipart/form-data"></form>
<table> <table style="width: 100%;">
<tr> <tr style="width: 100%;">
<td> <td style="margin: 5px">
<div class="form-group float-lb"> <div class="form-group float-lb">
<div class="nk-int-st"> <div class="nk-int-st">
<input type="text" name="commandtext" placeholder="..." class="form-control"> <input type="text" name="commandtext" placeholder="..." class="form-control">
</div> </div>
</div> </div>
</td> </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> </tr>
</table> </table>
</form> </form>