set width of .chzn-select-deselect to 95%

This commit is contained in:
Uwe Steinmann 2015-05-19 19:43:57 +02:00
parent 207f0b255f
commit 6c1ac6f038

View File

@ -22,7 +22,7 @@ $(document).ready( function() {
}); });
$(".chzn-select").chosen({width: "95%"}); $(".chzn-select").chosen({width: "95%"});
$(".chzn-select-deselect").chosen({allow_single_deselect:true}); $(".chzn-select-deselect").chosen({width: "95%", allow_single_deselect:true});
/* change the color and length of the bar graph showing the password /* change the color and length of the bar graph showing the password
* strength on each change to the passwod field. * strength on each change to the passwod field.