checkbox styling

This commit is contained in:
2020-06-17 19:23:32 +02:00
parent 3e13733eff
commit 4aa92eedb4
2 changed files with 9 additions and 7 deletions
+7 -2
View File
@@ -74,6 +74,11 @@ input:focus,
background-color: #fefde5 !important;
}
input[type="checkbox"] {
vertical-align: middle; }
.checkboxes input {
vertical-align: middle;
}
.checkboxes label span {
vertical-align: middle;
margin-left: 5px;
}