Narrow layout and many tab in core tab menu maybe set float ...

CommentFileSizeAuthor
3.jpg106.73 KBprotools
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

himerus’s picture

Assigned: Unassigned » himerus

Agreed...

Sadly the core formatting for tabs is horrible...

I will (before beta/stable) provide some default tab styling that is
A.) Much sexier
B.) Flexible for narrow displays.

protools’s picture

Much sexier :) it would be great :)

protools’s picture

Status: Active » Needs work
himerus’s picture

Category: bug » feature
Status: Needs work » Postponed

Sadly, this one has passed with so much time that it will need to be implemented in a way that will not break sites that have either applied other CSS to make the tabs look better, but only change sites that either are new, or say enable a stylesheet.

putting this on the back burner, but I have in mind (likely for a 3.2 release) some updated default CSS that will make many things "much better" out of the box, and also be easier to manage/disable everything to go back to a blank slate and drupal defaults.

This is however, not a bug report as this is Drupal core styling of the tabs. If there is truly a bug (which I sorta do agree with) it is in core. Omega "can" try to help solve this out of the box though.

knalstaaf’s picture

Meanwhile I'm using this, if it could of any help for someone:

.tabs ul li{
    display: block;
    float: left;
}

It prevents the tabs from getting out of their container.

steinmb’s picture

Assigned: himerus » Unassigned
Issue summary: View changes
Status: Postponed » Active