The recently fix collapsible fieldset icons are using a root-relative path which is broken if Drupal is installed in a sub-directory.

From: style.css
Line: 597

html.js fieldset.collapsible .fieldset-legend {
background: url("/misc/menu-expanded.png") no-repeat scroll 5px 65% transparent
}
html.js fieldset.collapsed .fieldset-legend {
background: url("/misc/menu-collapsed.png") no-repeat scroll 5px 50% transparent
}

The easiest solution is to add these images directory in the seven theme and change the urls to be relative paths. (ie 'image/menu-expanded.png')

Thanks, I really appreciate the work you are doing for doing this backport.
~jake

Comments

fenstrat’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #877386-20: Issues with fieldsets