Browse Source

Fixed vertical heigh of checboxes in tables

Jeremy Stretch 7 years ago
parent
commit
9c0b414676
1 changed files with 6 additions and 1 deletions
  1. 6 1
      netbox/project-static/css/base.css

+ 6 - 1
netbox/project-static/css/base.css

@@ -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 {