From 17044fe50184a018b6e5011837a3111fbf6b6dd3 Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Sun, 16 Oct 2016 22:00:37 +0300 Subject: [PATCH] Fixed strange layout in FF because of special styles for Mozilla. Should not affect anything else. Closes #11. --- ident_switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ident_switch.php b/ident_switch.php index e6de3f7..476d896 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -123,7 +123,7 @@ class ident_switch extends rcube_plugin 'select', array( 'id' => 'plugin-ident_switch-account', - 'style' => 'display: none;', + 'style' => 'display: none; padding: 0;', 'onchange' => 'plugin_switchIdent_switch(this.value);', ), $sOpt