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.

CommentFileSizeAuthor
after.jpg42.89 KBfred0
before.jpg36.96 KBfred0

Comments

Jeff Burnz’s picture

Category: bug » feature

Given the popularity of this module I will put some thought into a workaround for this.

fred0’s picture

Looks 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.

ufku’s picture