mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removed margin overrides when overflow scrolling is in play
This commit is contained in:
parent
207264a370
commit
d954a19a8d
1 changed files with 0 additions and 7 deletions
|
|
@ -23,13 +23,6 @@ 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