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

Commit

Permalink
Listview: Update css to replace position of caret and count
Browse files Browse the repository at this point in the history
Fixes #8439
Closes #8460
  • Loading branch information
apsdehal committed Jun 30, 2016
1 parent ab5add5 commit d78d12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/structure/jquery.mobile.listview.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
.ui-listview > .ui-listview-item-has-count > .ui-button,
.ui-listview > .ui-listview-item-static.ui-listview-item-has-count,
.ui-listview > .ui-listview-item-divider.ui-listview-item-has-count {
padding-right: 2.8125em;
padding-right: 0.7em;
}
.ui-listview > .ui-listview-item-has-count > .ui-icon-end {
padding-right: 4.6875em;
Expand All @@ -141,7 +141,7 @@
line-height: 1.6em;
min-height: 1.6em;
min-width: .64em;
right: .8em;
right: 3em;
top: 50%;
margin-top: -.88em;
}
Expand Down
2 changes: 1 addition & 1 deletion demos/listview/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<li><a href="#">Inbox <span class="ui-listview-item-count-bubble">12</span></a></li>
<li><a href="#">Outbox <span class="ui-listview-item-count-bubble">0</span></a></li>
<li><a href="#">Drafts <span class="ui-listview-item-count-bubble">4</span></a></li>
<li><a href="#">Sent <span class="ui-listview-item-count-bubble">328</span></a></li>
<li><a href="#">Sent <span class="ui-listview-item-count-bubble">32811</span></a></li>
<li><a href="#">Trash <span class="ui-listview-item-count-bubble">62</span></a></li>
</ul>
</div><!--/demo-html -->
Expand Down

0 comments on commit d78d12e

Please sign in to comment.