Fixed strange layout in FF because of special styles for Mozilla. Should not affect anything else. Closes #11.

This commit is contained in:
Boris Gulay
2016-10-16 22:00:37 +03:00
parent f644b80c0e
commit 17044fe501

View File

@@ -123,7 +123,7 @@ class ident_switch extends rcube_plugin
'select', 'select',
array( array(
'id' => 'plugin-ident_switch-account', 'id' => 'plugin-ident_switch-account',
'style' => 'display: none;', 'style' => 'display: none; padding: 0;',
'onchange' => 'plugin_switchIdent_switch(this.value);', 'onchange' => 'plugin_switchIdent_switch(this.value);',
), ),
$sOpt $sOpt