Combining Chosen and Bootstrap needs some tweaks to get the widgets to match.
.chzn-container-single .chzn-single {
padding: 3px 6px;
}
.chzn-container-single .chzn-single div b {
background-position-y: 6px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
background-position-y: 6px;
}
.chzn-container-single .chzn-single abbr {
height: 15px;
background-position-y: 5px;
}
.chzn-container-single .chzn-single abbr:hover {
background-position-y: 5px;
}
.control-group .controls {
min-height: 40px;
}
Comments
No comments yet.
Leave a comment