fixed width of custom select dropdown elements (issue #29)

This commit is contained in:
larsz 2012-01-15 22:34:45 +02:00
parent a0b61f6d0e
commit 9ab2787e5e

View file

@ -25,7 +25,7 @@ Visit http://ryanfait.com/ for more information.
var checkboxHeight = "25";
var radioHeight = "25";
var selectWidth = "210";
var selectWidth = "230";
/* No need to change anything after this */
@ -47,6 +47,9 @@ var Custom = {
if ($(inputs[a]).attr('class').indexOf('do_action_toggle_batch_selector') != -1) {
span[a].className += ' do_action_toggle_batch_selector'; // save toggle functionality
}
if ($(inputs[a]).attr('class').indexOf('do_action_toggle_ssl_support') != -1) {
span[a].className += ' do_action_toggle_ssl_support'; // save toggle functionality
}
if(inputs[a].checked == true) {