
Originally Posted by
LaCamus
My version looks nothing like this, it stretches across the page. The colorful rainbow is the div's for reporting success/warning/info. In firefox when text is empty they are hidden, easy fix.
What I think's going on is you have some default widths for tables or td's that I don't have. Could be coming any of the css's in your package. I will give the tables and their child elements a class and that "should" fix the issue.
The only thing in my admin stylesheet that is different is this:
Code:
/* BOF Added so that the configuration settings displayed will wrap correctly */
table {border-collapse:collapse; table-layout:fixed;}
table td {word-wrap:break-word;vertical-align:top;}
/* EOF Added so that the configuration settings displayed will wrap correctly */
This was added for a custom template that I am using.. The template has some configuration settings in Configuration > Layout Settings that were not wrapping correctly so they mucked up the settings display.. so I added this to fix the issue..