Explorar el Código

Fixed vertical heigh of checboxes in tables

Jeremy Stretch hace 8 años
padre
commit
9c0b414676
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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 {