There are large gaps in the admin area. For instance in the admin section, between the "administrator by task by module" line and the rest of the controls below that. Believe it is a CSS issue in the clear-block or tabs-wrapper. Any history on this or fixes. Only progress I saw is change the clear-block to height: 0 which gets rid of the gap but flows everything into it....
Thanks in advance....
Comments
Comment #1
andregriffin commentedHere is the most current revision (newer than 1.6) of the D5 Framework admin CSS:
My default install of Framework looks fine. So if that CSS doesn't fix it, you may want to check the margins of your
h2tag (if you customized the theme), and possibly the margins of#tabs-wrapperandh2.with-tabsin the first line of the admin CSS. Settingh2.with-tabs {float:left;margin:17px 17px 17px 0;padding:0}would be my best guess to override anyh2settings you defined at the top of the stylesheet.Comment #2
bfdexp commentedFixed It!!
Changed the theme to be a fluid width and killed the float: right in the #center tag which caused the break...
Fixed by setting a height via em in the tab-wrapper...
Thanks,
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.