mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-20 16:00:31 +00:00
16 lines
No EOL
839 B
CSS
16 lines
No EOL
839 B
CSS
/*
|
|
* 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 { position: relative; padding: .6em 90px .8em; }
|
|
.ui-header .ui-back { position: absolute; left: 10px; top: .4em; }
|
|
.ui-header h1, .ui-title, .ui-footer h1 { text-align: center; font-size: 16px; display: block; margin: 0; padding: 0; white-space: nowrap; overflow: hidden; }
|
|
.ui-footer h1 { margin: .8em 0 1em; }
|
|
.ui-header .ui-aux { position: absolute; right: 10px; top: .2em; }
|
|
/*generated wrappers for toggling fixed/flow positions*/
|
|
.ui-headfoot-placehold { }
|
|
.ui-headfoot-hidden { overflow: hidden; }
|
|
.ui-headfoot-wrap { position: static; width: 100%; display: block; }
|
|
.ui-fixpos { position: absolute; z-index: 1000; width: 100%; } |