Closed (duplicate)
Project:
Genesis
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 04:35 UTC
Updated:
29 Jan 2009 at 11:36 UTC
This is more of a how-to than bug report. I found that both Zen & Genesis tabs css breaks the IMCE button bar. For anyone using IMCE and developing with Genesis (or Zen), here's the override:
#imce-content ul.secondary{
background-color: transparent;
background-image: none;
}
#imce-content ul.secondary li{
float: none;
}
#imce-content ul.secondary a{
display: inline;
}
I included before and after pics so you can see what I mean.
| Comment | File | Size | Author |
|---|---|---|---|
| after.jpg | 42.89 KB | fred0 | |
| before.jpg | 36.96 KB | fred0 |
Comments
Comment #1
Jeff Burnz commentedGiven the popularity of this module I will put some thought into a workaround for this.
Comment #2
fred0 commentedLooks like someone figured out a patch for IMCE.
http://drupal.org/node/301651
I installed it and, while it does fix the problem, the tabs are still left justified and under the help link.
My css above still works even with the patch and does center the tabs so they look better/cleaner.
Comment #3
ufku commented#301651: Tabs need clear in CSS to preserve layout in some themes (including Zen)