Update form style to be consistent with the style of the rest of the form

This commit is contained in:
David 2021-10-02 21:33:15 +01:00
parent b3509e6fba
commit 52d6bbccef
No known key found for this signature in database
GPG Key ID: 913FE0F2477D7D6B
1 changed files with 8 additions and 13 deletions

View File

@ -44,20 +44,15 @@
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="customdnsValue" class="control-label col-sm-1">Value</label>
<div class="col-sm-10"> <div class="col-sm-10">
<table> <input type="text" class="form-control col-sm-10" style="max-width: 400px" id="customdnsValue" placeholder="">
<tr style="width: 100%;"> </div>
<td style="width: 75%;"> </div>
<label for="customdnsValue" class="control-label">Value</label> <div class="form-group">
<input type="text" class="form-control" id="customdnsValue" placeholder="">
</td>
<td style="width: 25%;">
<label for="customdnsTtl" class="col-sm-1 control-label">TTL</label> <label for="customdnsTtl" class="col-sm-1 control-label">TTL</label>
<input type="number" class="form-control" style="margin-left: 5pt;" id="customdnsTtl" placeholder="default"> <div class="col-sm-10">
</td> <input type="number" class="form-control" style="max-width: 400px" id="customdnsTtl" placeholder="default">
</tr>
</table>
<div id="customdnsTypeHint" class="text-info" style="margin-top: .5em"></div>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">