Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / css / structure / jquery.mobile.fixedToolbar.css
1 /* fixed page header & footer configuration */
2 .ui-header-fixed,
3 .ui-footer-fixed {
4         left: 0;
5         right: 0;
6         width: 100%;
7         position: fixed;
8         z-index: 1000;
9 }
10 .ui-header-fixed {
11         top: 0;
12 }
13 .ui-footer-fixed {
14         bottom: 0;
15 }
16 .ui-header-fullscreen,
17 .ui-footer-fullscreen {
18         opacity: .9;
19 }
20 .ui-page-header-fixed {
21         padding-top: 2.5em;
22 }
23 .ui-page-footer-fixed {
24         padding-bottom: 3em;
25 }
26 .ui-page-header-fullscreen .ui-content,
27 .ui-page-footer-fullscreen .ui-content {
28         padding: 0;
29 }
30 .ui-fixed-hidden {
31         position: absolute;
32 }
33 .ui-page-header-fullscreen .ui-fixed-hidden,
34 .ui-page-footer-fullscreen .ui-fixed-hidden {
35         left: -99999em;
36 }
37 .ui-header-fixed .ui-btn,
38 .ui-footer-fixed .ui-btn { 
39         z-index: 10;
40 }