Small improvements

- Added padding to table elements
- Added default broadcast
This commit is contained in:
adro 2022-02-21 19:09:02 +01:00
parent 8cfc7b035c
commit 010ec25477

View File

@ -4,7 +4,7 @@
<label for="alias">Alias</label><input id="alias" name="Alias">
<label for="mac">MAC</label><input id="mac" name="MAC">
<label for="ip">IP</label><input id="ip" name="IP">
<label for="ip">IP</label><input id="ip" name="IP" value="255.255.255.255">
<input type="submit" value="Submit">
</fieldset>
</form>
@ -58,6 +58,10 @@
border-collapse: collapse;
}
th, td {
padding: 0.25rem;
}
.actions {
text-align: center;
}