Aleksander Machniak
2013-06-07 8f9a8b6fceb0659b87ff95fba4307909f78b9f03
Fix decorated select width in Firefox
1 files modified
3 ■■■■ changed files
skins/larry/ui.js 3 ●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -242,7 +242,8 @@
        parent.css('position', 'relative');
      // re-set original select width to fix click action and options width in some browsers
      select.width(overlay.width());
      if (!bw.mz)
        select.width(overlay.width());
    });
    $(document.body)