/* * jQuery Mobile Framework * Copyright (c) jQuery Project * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses. */ /* page header & footer configuration */ .ui-header, .ui-footer { position: absolute; z-index: 1000; overflow: hidden; width: 100%; } .ui-page .ui-header, .ui-page .ui-footer { position: relative; } .ui-footer-duplicate { display: none; } .ui-header .ui-back { position: absolute; left: 10px; top: .4em; } .ui-header h1, .ui-footer h1 { text-align: center; font-size: 16px; display: block; margin: .6em 90px .8em; padding: 0; white-space: nowrap; overflow: hidden; } .ui-header .ui-aux { position: absolute; right: 10px; top: .2em; }