2010-10-13 16:45:10 +00:00
|
|
|
/* fixed page header & footer configuration */
|
2011-12-16 12:17:54 +00:00
|
|
|
.ui-header-fixed,
|
|
|
|
|
.ui-footer-fixed {
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
position: fixed;
|
2010-11-11 00:02:55 +00:00
|
|
|
z-index: 1000;
|
|
|
|
|
-webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
|
|
|
|
|
}
|
2011-12-16 12:17:54 +00:00
|
|
|
.ui-header-fixed {
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
.ui-footer-fixed {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.ui-header-fullscreen,
|
|
|
|
|
.ui-footer-fullscreen {
|
|
|
|
|
opacity: .9;
|
|
|
|
|
}
|
|
|
|
|
.ui-page-header-fixed {
|
|
|
|
|
padding-top: 2.5em;
|
|
|
|
|
}
|
|
|
|
|
.ui-page-footer-fixed {
|
|
|
|
|
padding-bottom: 3em;
|
|
|
|
|
}
|
2011-12-19 15:22:39 +00:00
|
|
|
.ui-page-header-fullscreen .ui-content,
|
|
|
|
|
.ui-page-footer-fullscreen .ui-content {
|
2011-12-16 12:17:54 +00:00
|
|
|
padding: 0;
|
|
|
|
|
}
|
2011-12-19 15:22:39 +00:00
|
|
|
.ui-fixed-hidden {
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.ui-page-header-fullscreen .ui-fixed-hidden,
|
|
|
|
|
.ui-page-footer-fullscreen .ui-fixed-hidden {
|
|
|
|
|
left: -99999em;
|
|
|
|
|
}
|
2011-12-16 12:17:54 +00:00
|
|
|
.ui-footer-duplicate {
|
|
|
|
|
display: none;
|
2011-12-26 09:32:38 +00:00
|
|
|
}
|
2012-01-17 17:06:47 +00:00
|
|
|
.ui-header-fixed .ui-btn,
|
|
|
|
|
.ui-footer-fixed .ui-btn {
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|