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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | collapsiblock-887216-1.patch | 2.16 KB | gagarine |
| google calendar box | 13.33 KB | gagarine |
Comments
Comment #1
gagarine commentedThis patch change the html like that:
It work but I don't really like the need of in the span. Any idea to solve that?
Comment #2
gagarine commentedAdding an element can provide to much bug... So I will use CSS3 multi-background feature.
Comment #3
gagarine commentedMajor and critical are blocker for stable release.
Comment #4
gagarine commentedFixed by http://drupal.org/cvs?commit=430738 (not multibackground but add a link than I use for the background)
Comment #5
gagarine commented