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 {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user