Fix checkbox size

This commit is contained in:
Victor LABORIE 2018-09-25 18:36:56 +02:00
parent 68029c93b5
commit 9ed2307a72
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ body{
.btn-primary{ background-color: #09757d; }
.btn-primary:hover { background-color: #08646b; }
input[type="checkbox"] {
height: 15px;
}
.has-feedback-left input.form-control {
padding-left: 34px; /* @input-height-base; */