mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 18:34:43 +00:00
listview related fixed style moved to listview plugin and out of core
This commit is contained in:
parent
f779416c8d
commit
d47dd88e0a
2 changed files with 7 additions and 6 deletions
|
|
@ -45,12 +45,6 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.ui-page.ui-mobile-pre-transition {
|
||||
display: block;
|
||||
}
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview {
|
||||
margin-top: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.ui-header-fixed .ui-btn {
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,13 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
|
|||
.ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
|
||||
.ui-listview .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
|
||||
.ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
|
||||
/* margin overrides when touch overflow scrolling is on */
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview {
|
||||
margin-top: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
|
||||
@media all and (min-width: 480px){
|
||||
|
|
|
|||
Loading…
Reference in a new issue