Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixes #4412 - Adjusted default top/bottom padding for page with fixed…
Browse files Browse the repository at this point in the history
… toolbars.
  • Loading branch information
jaspermdegroot committed Jun 18, 2012
1 parent 607bc45 commit 12638ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/structure/jquery.mobile.fixedToolbar.css
Expand Up @@ -18,10 +18,10 @@
opacity: .9;
}
.ui-page-header-fixed {
padding-top: 2.5em;
padding-top: 2.6875em;
}
.ui-page-footer-fixed {
padding-bottom: 3em;
padding-bottom: 2.6875em;
}
.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
Expand Down

2 comments on commit 12638ea

@anujpatel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have an application which uses JQM 1.1.1 and JQuery 1.7.1. Index1.html has header and footer with data-position=fixed and data-role="header"( for header) and data-role="footer". When i touch/click on boundries of Header and content, Footer moves up !! Can you pl assist? Issue is faced in Samung Galaxy S III

@toddparker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anujpatel - please ask that question in the forums and be sure to provide detailed info and a test page.

Please sign in to comment.