diff -r acb7e23b6ffa -r 5841df0ab575 includes/clientside/static/faders.js --- a/includes/clientside/static/faders.js Sun May 04 21:57:48 2008 -0400 +++ b/includes/clientside/static/faders.js Mon May 05 20:06:37 2008 -0400 @@ -178,16 +178,8 @@ var buttondiv = document.createElement('div'); - if ( is_iPhone ) - { - mydiv.style.width = '120px'; - buttondiv.style.width = '120px'; - } - else - { - mydiv.style.width = '400px'; - buttondiv.style.width = '400px'; - } + mydiv.style.width = '400px'; + buttondiv.style.width = '400px'; w = getWidth(); h = getHeight();