Skip to content

Commit

Permalink
Change deselect icon position on Right-to-left selects.
Browse files Browse the repository at this point in the history
Fixes #375
  • Loading branch information
pfiller committed Dec 8, 2011
1 parent 5808c97 commit 880a30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chosen/chosen.css
Expand Up @@ -348,6 +348,10 @@
-moz-border-radius : 4px 0 0 4px;
border-radius : 4px 0 0 4px;
}
.chzn-rtl .chzn-single abbr {
left: 26px;
right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
Expand Down

0 comments on commit 880a30d

Please sign in to comment.