mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
set width of .chzn-select-deselect to 95%
This commit is contained in:
parent
207f0b255f
commit
6c1ac6f038
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user