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

Commit e76bd9c

Browse files
apsdehalarschmitz
authored andcommitted
Listview: Update css to replace position of caret and count
Fixes #8439 Closes #8460
1 parent d2c5cab commit e76bd9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/structure/jquery.mobile.listview.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
.ui-listview > .ui-listview-item-has-count > .ui-button,
120120
.ui-listview > .ui-listview-item-static.ui-listview-item-has-count,
121121
.ui-listview > .ui-listview-item-divider.ui-listview-item-has-count {
122-
padding-right: 2.8125em;
122+
padding-right: 0.7em;
123123
}
124124
.ui-listview > .ui-listview-item-has-count > .ui-icon-end {
125125
padding-right: 4.6875em;
@@ -141,7 +141,7 @@
141141
line-height: 1.6em;
142142
min-height: 1.6em;
143143
min-width: .64em;
144-
right: .8em;
144+
right: 3em;
145145
top: 50%;
146146
margin-top: -.88em;
147147
}

demos/listview/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<li><a href="#">Inbox <span class="ui-listview-item-count-bubble">12</span></a></li>
156156
<li><a href="#">Outbox <span class="ui-listview-item-count-bubble">0</span></a></li>
157157
<li><a href="#">Drafts <span class="ui-listview-item-count-bubble">4</span></a></li>
158-
<li><a href="#">Sent <span class="ui-listview-item-count-bubble">328</span></a></li>
158+
<li><a href="#">Sent <span class="ui-listview-item-count-bubble">32811</span></a></li>
159159
<li><a href="#">Trash <span class="ui-listview-item-count-bubble">62</span></a></li>
160160
</ul>
161161
</div><!--/demo-html -->

0 commit comments

Comments
 (0)