Parcourir la source

Fixed vertical heigh of checboxes in tables

Jeremy Stretch il y a 7 ans
Parent
commit
9c0b414676
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  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 {