Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Selectmenu: Fix count indicator position for multiple mini version
Browse files Browse the repository at this point in the history
Fixes gh-7918
  • Loading branch information
kapilgarg1996 authored and arschmitz committed May 28, 2015
1 parent 98ce367 commit 3ee5450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/structure/jquery.mobile.forms.select.css
Expand Up @@ -66,6 +66,10 @@
.ui-select .ui-btn-icon-right .ui-li-count {
right: 3.2em;
}
/* Count indicator position must be different for mini version. */
.ui-select.ui-mini .ui-btn-icon-right .ui-li-count {
right: 2.5em;
}
/* We set the rules for the span as well to fix an issue on Chrome with text-overflow ellipsis for the button in combination with text-align center. */
.ui-select .ui-btn > span:not(.ui-li-count) {
display: block;
Expand Down

0 comments on commit 3ee5450

Please sign in to comment.