Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 12:06 UTC
Updated:
18 Oct 2009 at 11:00 UTC
I use vertical tabs with my themes and there are some problems with vertical tab lists. There is the solution for this.. I hope this will find a way to vertical_tabs.css file. ;)
div.vertical-tabs ul li {
background-image: none;
list-style-type:none;
padding:0;
}
Comments
Comment #1
avpadernoFeature requests should be asked for the development snapshot, as an official release cannot be changed.
Comment #2
hass commented@kaido24: The standard style cannot be perfect for every theme. If you have theme specific issues you are able to create a
mytheme-vertical_tabs.cssin your theme and add this CSS file to your mytheme.info file to override the standards.@Kiam: Bugs need to be reported against specific version or repro may not possible.
Comment #3
kaido.toomingas commentedI made these modifications in style.css and it works fine.. But I thought this would be useful..
Comment #4
hass commentedIf above change doesn't change the standard style...!? I haven't tested it... you may need to provide a patch.