mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 07:04:43 +00:00
6 lines
511 B
CSS
6 lines
511 B
CSS
/* fixed page header & footer configuration */
|
|
.ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { position: absolute; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
|
|
.ui-page .ui-header-fixed { top: 0px; position: fixed; }
|
|
.ui-page .ui-footer-fixed { bottom: 0px; position: fixed; }
|
|
.ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
|
|
.ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }
|