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

This commit is contained in:
Uwe Steinmann 2015-07-15 22:31:34 +02:00
parent 1727387ac5
commit 6a45cbb05b

View File

@ -22,7 +22,7 @@ $(document).ready( function() {
});
$(".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
* strength on each change to the passwod field.
@ -693,5 +693,5 @@ $(document).ready(function() {
e.stopPropagation();
e.preventDefault();
});
});