From d86369777322458b68e4855c06a8d24d1ad496e5 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 13 Jan 2012 19:55:08 +0700 Subject: [PATCH] moved a non-fixed-toolbars rule back to core --- css/structure/jquery.mobile.core.css | 2 +- css/structure/jquery.mobile.fixedToolbar.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index e601f78f..e36ab9d6 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -64,7 +64,7 @@ div.ui-mobile-viewport { overflow-x: hidden; } .ui-bar { font-size: 16px; margin: 0; } .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; } -.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; } +.ui-header, .ui-footer { position: relative; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; } .ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; } .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; } diff --git a/css/structure/jquery.mobile.fixedToolbar.css b/css/structure/jquery.mobile.fixedToolbar.css index c12775b2..0d75f85d 100644 --- a/css/structure/jquery.mobile.fixedToolbar.css +++ b/css/structure/jquery.mobile.fixedToolbar.css @@ -1,9 +1,4 @@ /* fixed page header & footer configuration */ -.ui-header, -.ui-footer { - overflow: hidden; - width: 100%; -} .ui-header-fixed, .ui-footer-fixed { left: 0;