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