This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Feature Request: collapsible with data-iconpos support #2022
Closed
Description
I wanted to have the Icon on the right side of the button, but data-iconpos="right"
wasn't working.
Currently I only have a workaround for that:
/* Collapsible */
.ui-collapsible-heading a span.ui-btn
{
left: auto;
right: 5px;
}
.ui-collapsible-heading a .ui-btn-inner
{
padding-left: 20px;
}
Activity
ducas commentedon Jul 22, 2011
+1
ducas commentedon Jul 22, 2011
#2130
toddparker commentedon Sep 27, 2011
Added to the feature request wiki:
https://github.com/jquery/jquery-mobile/wiki/Feature-Requests