Fixed strange layout in FF because of special styles for Mozilla. Should not affect anything else. Closes #11.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user