Hi,

In the User Profile page as Admin I have 26 tabs and there not wrapping. Does the same with Seven. Keeps the same layout and I can only access the last 13 tabs. Cube, Rubik and Fubik does wrap the tabs, but does not adjust for the Body Pages so the second row of tabs show halfway underneath the pages.

CommentFileSizeAuthor
#3 changes.jpg59.55 KBVc Developer

Comments

Jeff Burnz’s picture

Version: 7.x-2.3 » 7.x-3.x-dev
Category: bug » feature

Its actually Drupal core causing the problem with its stupid white space declaration for tabs. Yes, I agree, this is very annoying and we should try to do something about it.

Jeff Burnz’s picture

I should have mentioned that this is the basic fix:

ul.primary {
    white-space: normal;
}
Vc Developer’s picture

StatusFileSize
new59.55 KB

Hi

Check this out in what I did with Rubik. Made each link into a button using the same style and other minor adjustments so it would not look funky when it wraps.

Jeff Burnz’s picture

Component: User Experience » AT Admin
Status: Active » Fixed

Assuming fixed.

Status: Fixed » Closed (fixed)

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