mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +00:00
set width of .chzn-select-deselect to 95%
This commit is contained in:
parent
1727387ac5
commit
6a45cbb05b
|
@ -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.
|
||||||
|
@ -693,5 +693,5 @@ $(document).ready(function() {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user