From 947a9e24eccafda6d006b11a8983fb7ad25b03fc Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 15 Dec 2011 19:42:59 +0100 Subject: [PATCH] fix position of searchbar in touchOverflow mode --- css/structure/jquery.mobile.core.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index dc39cedf..e38fa1fc 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -51,6 +51,13 @@ div.ui-mobile-viewport { overflow-x: hidden; } .ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset { margin-top: 1em; } +.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-filter { + margin-top: .2em; + margin-bottom: 0; +} +.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-filter-inset { + margin-bottom: -.9em; +} .ui-mobile-touch-overflow.ui-native-fixed .ui-header .ui-btn { z-index: 10; }