Aleksander Machniak
2012-06-30 fc84ca1f0cd4684697adecb406fcb5c347d91807
Decorated select width fix is also needed for IE and Safari
1 files modified
5 ■■■■■ changed files
skins/larry/ui.js 5 ●●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -193,9 +193,8 @@
        })
        .parent().css('position', 'relative');
      // re-set original select width to fix click action and options width in Chrome
      if (bw.chrome)
        select.width(new_select.width());
      // re-set original select width to fix click action and options width in some browsers
      select.width(new_select.width());
    });
    $(document.body)