mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
fixed width of custom select dropdown elements (issue #29)
This commit is contained in:
parent
a0b61f6d0e
commit
9ab2787e5e
1 changed files with 164 additions and 161 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue