Change deselect icon position on Right-to-left selects.

Fixes #375
master
Patrick Filler 2011-12-08 12:26:21 -05:00
parent 5808c97172
commit 880a30dcb4
1 changed files with 4 additions and 0 deletions

View File

@ -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;}