History: AdminCategoriesQuickFix
Preview of version: 4
Quick-Fix for Admin Categories Formatting Issue
In templates/tiki-admin_categories.tpl change the following:
Change that to <div class="cbox">
AND
Change that to <div class="cbox-title">
I just edited the template that is used to display the page tiki-admin_categories.php. I made the category navigation section of the page use the same style as the rest of the boxes on the page. Editing the template like this makes the page look right in all themes (unless a theme uses a customized version of tiki-admin_categories, which none of the standard Tiki themes does).
You can go into the .CSS file for a theme and edit the two styles:
div.tree
AND
div.tree#top
But if you want to change it in the .CSS files, you'll have to make the changes in the stylesheet/.css file for each and every theme you want to use.
Let me know if all that helps or not. It works for me.
Colorado