1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixed vertical heigh of checboxes in tables

This commit is contained in:
Jeremy Stretch
2017-10-27 10:31:54 -04:00
parent 5be4b0c4fd
commit 9c0b414676

View File

@ -106,9 +106,14 @@ label {
label.required {
font-weight: bold;
}
input[name="pk"] {
margin-top: 0;
}
/* Tables */
th.pk, td.pk {
.table > tbody > tr > th.pk, .table > tbody > tr > td.pk {
padding-bottom: 6px;
padding-top: 10px;
width: 30px;
}
tfoot td {