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:
@ -106,9 +106,14 @@ label {
|
|||||||
label.required {
|
label.required {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
input[name="pk"] {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
th.pk, td.pk {
|
.table > tbody > tr > th.pk, .table > tbody > tr > td.pk {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
padding-top: 10px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
tfoot td {
|
tfoot td {
|
||||||
|
Reference in New Issue
Block a user