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

avpaderno’s picture

Title: css fix for vertical tabs » Change the CSS styles
Version: 6.x-1.0-beta4 » 6.x-1.x-dev
Assigned: kaido.toomingas » Unassigned

Feature requests should be asked for the development snapshot, as an official release cannot be changed.

hass’s picture

Title: Change the CSS styles » How to override conflicting CSS styles in a theme
Category: feature » support
Status: Active » Fixed

@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.css in 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.

kaido.toomingas’s picture

I made these modifications in style.css and it works fine.. But I thought this would be useful..

hass’s picture

If above change doesn't change the standard style...!? I haven't tested it... you may need to provide a patch.

Status: Fixed » Closed (fixed)

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