A lot of theme use background on the block title. It would be better to have something like that:

<h2 class="collapsiblock collapsiblockCollapsed">TITLE<em class="collapsiblock-btn">+</em></h2>

And for close

<h2 class="collapsiblock">TITLE<em class="collapsiblock-btn">-</em></h2>

I'm more to use CSS to create a box like in google calendar (see capture) instead of an image.

Comments

gagarine’s picture

Status: Active » Needs work
StatusFileSize
new2.16 KB

This patch change the html like that:

<h3 class="collapsiblock">TITLE
  <span class="collapsiblock-icon">&nbsp;</span>
</h3>

It work but I don't really like the need of   in the span. Any idea to solve that?

gagarine’s picture

Title: Don't use background directly on block title » Use CSS3 multiple background
Status: Needs work » Active

Adding an element can provide to much bug... So I will use CSS3 multi-background feature.

gagarine’s picture

Priority: Normal » Major

Major and critical are blocker for stable release.

gagarine’s picture

Status: Active » Fixed

Fixed by http://drupal.org/cvs?commit=430738 (not multibackground but add a link than I use for the background)

gagarine’s picture

Status: Fixed » Closed (fixed)