23 lines
382 B
CSS
23 lines
382 B
CSS
.form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
.form-group .formlabel{
|
|
text-align:left;
|
|
}
|
|
|
|
.chosen-container-single .chosen-single {
|
|
margin-left: 4px;
|
|
border-color: #09bbbc;
|
|
}
|
|
legend {
|
|
border-bottom: 0px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.chosen-container {
|
|
width: 157px !important;
|
|
}
|
|
.chosen-container .chosen-drop {
|
|
width: 153px !important;
|
|
margin-left: 4px;
|
|
} |