Invisible left border.

Deciphered - May 5, 2009 - 04:56
Project:Vertical Tabs
Version:6.x-1.x-dev
Component:Miscellaneous
Category:task
Priority:normal
Assigned:Unassigned
Status:closed
Description

Using garland theme, the left border of the fieldset section is invisible.
Attached fix (not patch, to lazy) works, though doubtful in IE6.

File: vertical_tabs/garland/vertical_tabs.garland.css

Change:

div.vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: transparent;
}

To:

div.vertical-tabs ul.vertical-tabs-list :first-child.selected {
  background: #FFF url(gradient-inner.png) repeat-x 0 0;
}

Remove:

div.vertical-tabs-div {
  border-left: none;
}

#1

quicksketch - May 19, 2009 - 01:40
Status:active» fixed

Fixed with #466490: Backport Drupal 7 Vertical Tabs CSS.

#2

System Message - June 2, 2009 - 01:50
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.