From 8ba01c077b12949f747963ef4739c4cfd55540e8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 30 Jun 2012 09:20:18 +0200 Subject: Decorated select width fix is also needed for IE and Safari --- skins/larry/ui.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'skins/larry/ui.js') diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 32bbf3ac8..d0dbc6c67 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -191,9 +191,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) -- cgit v1.2.3