Fix CCS for #117
#166 also fixed edit user page
This commit is contained in:
madd15
2014-06-24 10:25:35 +09:30
parent 19de7425e6
commit 945cb3253f
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1609,7 +1609,7 @@ textarea.form-control {
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
margin-left: 0;
}
.radio + .radio,
.checkbox + .checkbox {
@@ -1765,8 +1765,8 @@ textarea.input-lg {
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
}
.form-horizontal .form-group {