mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
count bubble now positioned far right in dividers. Fixes #125
This commit is contained in:
parent
e18631800d
commit
35a928c3aa
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
|
|||
.ui-li-thumb, .ui-li-content { float: left; margin-right: 10px; }
|
||||
.ui-li-aside { float: right; width: 25%; text-align: right; margin: .3em 0; }
|
||||
.ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 38px; }
|
||||
.ui-li-grouping .ui-li-count { right: 10px; }
|
||||
.ui-li-link-alt { position: absolute; width: 30px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; }
|
||||
.ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 5px; top: 50%; margin-top: -11px; border-bottom-width: 1px; }
|
||||
.ui-li-link-alt .ui-btn-inner { padding: 0; position: static; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue