mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-25 06:23:43 +00:00
moved overflow hidden w/ ellips to inner anchor fixing a small listview CSS regression.
This commit is contained in:
parent
ef1b0d94ae
commit
15a052134f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
.ui-content .ui-listview-inset { margin: 1em 0; }
|
||||
.ui-listview, .ui-li { list-style:none; padding:0; }
|
||||
.ui-li { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
|
||||
.ui-li .ui-btn-text { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
|
||||
.ui-li .ui-btn-text a { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
|
||||
.ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; counter-reset: listnumbering; }
|
||||
ol.ui-listview .ui-link-inherit:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
|
||||
ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
|
||||
|
|
|
|||
Loading…
Reference in a new issue