openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

add a span-tag #22

Closed wini2 closed 8 years ago

wini2 commented 9 years ago

hi,

i'd like to have the whole panel-tiltle clickable. therefor i added the css mentioned in https://github.com/openam/bootstrap-responsive-tabs/issues/5.

is there a way to add a span-tag behind the h4-tag in order to show up a glyphicon - something like

< span class="pull-right collapse-handle glyphicon glyphicon-chevron-down" >< /span > and < span class="pull-right collapse-handle glyphicon glyphicon-chevron-up" >< /span >

depending on the accordion-state?

thank you for your help

openam commented 8 years ago

This would be possible if/when #4 gets implemented.