2010-09-18 13:53:00 +00:00
|
|
|
/*
|
|
|
|
|
* jQuery Mobile Framework
|
|
|
|
|
* Copyright (c) jQuery Project
|
|
|
|
|
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
|
|
|
|
*/
|
2010-10-10 20:32:44 +00:00
|
|
|
/* fixed page header & footer configuration */
|
2010-10-11 23:22:23 +00:00
|
|
|
.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-header-fixed, .ui-footer-fixed { z-index: 1000; }
|
2010-10-05 20:08:11 +00:00
|
|
|
.ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
|