Skip to content
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
@negue

Description

@negue
Contributor

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

ducas commented on Jul 22, 2011

@ducas

+1

ducas

ducas commented on Jul 22, 2011

@ducas
toddparker

toddparker commented on Sep 27, 2011

@toddparker
Contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ducas@toddparker@negue

        Issue actions

          Feature Request: collapsible with data-iconpos support · Issue #2022 · jquery-archive/jquery-mobile