From 5704f4c12afcf48e1814f5792ba1f9b2caefa3be Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 18 Jan 2012 00:06:47 +0700 Subject: [PATCH] Moved a rule to fixedToolbar.css --- css/structure/jquery.mobile.core.css | 3 --- css/structure/jquery.mobile.fixedToolbar.css | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index 51b05ae2..e34cf2f2 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -43,9 +43,6 @@ div.ui-mobile-viewport { overflow-x: hidden; } .ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; } .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; } .ui-footer .ui-title { margin: .6em 15px .8em; } -.ui-header-fixed .ui-btn { - z-index: 10; -} /*content area*/ .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; } diff --git a/css/structure/jquery.mobile.fixedToolbar.css b/css/structure/jquery.mobile.fixedToolbar.css index 0d75f85d..3ed4d215 100644 --- a/css/structure/jquery.mobile.fixedToolbar.css +++ b/css/structure/jquery.mobile.fixedToolbar.css @@ -37,3 +37,7 @@ .ui-footer-duplicate { display: none; } +.ui-header-fixed .ui-btn, +.ui-footer-fixed .ui-btn { + z-index: 10; +}