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

Listview: Update css to replace position of caret and count #8460

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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