When I use horizontal or vertical tabs I get the dots like I would get on an unordered list on the node view page but these don't show in the node edit page (both view and edit using the same theme)..

I can't work out why its happening or how to easily over ride it through css without over ridding it site wide (i'm not that good at css)..

Can anyone offer any fixes or suggestions to fix it??

The image attached shows what I am seeing on the node view page..

Thanks

CommentFileSizeAuthor
node_view_tab_formatting.jpg3.57 KBwipeout_dude
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Hydra’s picture

Status: Active » Closed (fixed)

This should not be happen. The default css of horizontal and vertical tabs are providing css, hiding the list bullets. Otherwise try:

.group-wrapper li {
  list-style: none;
}
Stalski’s picture

I think you'll need to try the dev version. CSS changed a bit there.
Also can you tell us what is causing it (check it with firebug). It is always possible some other styling interferes or an !important is winning the battle ... things like that.
As Hydra says, this should never happen.
Solution I think is upgrade to dev (or wait until 1.2 is out)