pluginmanager_side
Posted: Sat Dec 20, 2008 5:16 pm
In the configure plugins page (functions_plugins_admin.inc.php) we have <td>s with the class of pluginmanager_side, and a stylesheet that emits, among other things, its width. By default, this is 33%.
33% works fine for the default left/hidden/right sidebar plugin configuration, and few will ever see a difference in the event plugin area which is only 2 columns since this is a <table>
However, if a template defines more than 3 sidebars, and adjusts the css of pluginmanager_side to less than 33% to compensate for those additional, template-defined sidebar plugins, the lower 2 columns for event plugins begin to get distorted....
Any chance of getting 2 different classes - one for the sidebar plugin columns, and a different one for the event plugins?
33% works fine for the default left/hidden/right sidebar plugin configuration, and few will ever see a difference in the event plugin area which is only 2 columns since this is a <table>
However, if a template defines more than 3 sidebars, and adjusts the css of pluginmanager_side to less than 33% to compensate for those additional, template-defined sidebar plugins, the lower 2 columns for event plugins begin to get distorted....
Any chance of getting 2 different classes - one for the sidebar plugin columns, and a different one for the event plugins?