Quick-Fix for Admin Categories Formatting Issue | |
METHOD 1
Change that to For this method I edited the template that is used to display the page for Admin Categories, tiki-admin_categories.tpl. All I did was remove the id="top" from the tag. That just removed the styling that was pushing the category navigation section off to the left side of the page. It now centers the category navigation section at the top of the page, while keeping it in the same style.
METHOD 2
Change that to
Change that to
THE NOT-QUICK FIX
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 styles/whateverstyle.css file for each and every theme you want to use. TIPS ABOUT EDITING TEMPLATES
Editing the template like I did in this example changes the way the page looks in all themes, except in specific themes that use a modified version of the template (which would be stored in templates/styles/themename/tiki-whatever_template.tpl). The template I editied in this example, templates/tiki-admin_categories.tpl, is used by default in all of the standard tiki Themes so it corrects the formatting in all themes without having to mess around in all the .css files.
|