overlay title covered by tabs

This will be even more of a problem in situations where we have lots of tabs (like in contrib admin screens). The tabs are absolutely positioned, so they're taken out of the flow, and the header text has no idea they're there, so it doesn't wrap around them.

Comments

ksenzee’s picture

Oops. Try this screenshot:

overlay title covered by tabs

horncologne’s picture

Subscribing.

kiphaas7’s picture

Setting a padding-right on the title dynamically with javascript should solve that issue. Allthough, I don't know what happens when multiple lines are involved.

casey’s picture

StatusFileSize
new7.25 KB

Just to not lose the code; the CSS is pretty nifty. Looks fabulous in modern browsers though. Unfortunately needed lots of IE6/IE7 adjustments. I guess a Javascript solution would be simpler.

casey’s picture

StatusFileSize
new14.84 KB
new15.15 KB

Screenshots FF.

Jeff Burnz’s picture

Yes, tricky CSS, at least it highlights one fix we need as well - the whitespace nowrap causes a horizontal scroll for long titles.

Jeff Burnz’s picture

Status: Active » Needs review

assuming this needs a re-roll...

Bevan’s picture

Bevan’s picture

Status: Needs review » Fixed

This bug does exist anymore.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.