Skip to content

Commit ac3001c

Browse files
Listview: Adjusted count bubble size; matches with icon disc and they are round now on Android.
1 parent fd26764 commit ac3001c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/structure/jquery.mobile.listview.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@
135135
/* Used by both listview and custom multiple select button */
136136
.ui-li-count {
137137
position: absolute;
138-
font-size: 11px;
138+
font-size: 12px;
139139
font-weight: bold;
140140
text-align: center;
141141
border-width: 1px;
142142
border-style: solid;
143143
padding: 0 .5em;
144-
line-height: 1.9;
145-
min-height: 1.818em;
146-
min-width: .818em;
147-
right: .909em;
144+
line-height: 1.666em;
145+
min-height: 1.666em;
146+
min-width: .666em;
147+
right: .833em;
148148
top: 50%;
149-
margin-top: -1em;
149+
margin-top: -.916em;
150150
}
151151
.ui-listview .ui-btn[class*="ui-icon-"] .ui-li-count {
152152
right: 3.636em;

0 commit comments

Comments
 (0)