Decorated select width fix is also needed for IE and Safari

pull/17/head
Aleksander Machniak 12 years ago
parent 479579f971
commit fc84ca1f0c

@ -193,9 +193,8 @@ function rcube_mail_ui()
})
.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)

Loading…
Cancel
Save