Skip to content

Commit 5704f4c

Browse files
author
scottjehl
committed
Moved a rule to fixedToolbar.css
1 parent 5d30cdb commit 5704f4c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ div.ui-mobile-viewport { overflow-x: hidden; }
4343
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
4444
.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
4545
.ui-footer .ui-title { margin: .6em 15px .8em; }
46-
.ui-header-fixed .ui-btn {
47-
z-index: 10;
48-
}
4946

5047
/*content area*/
5148
.ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@
3737
.ui-footer-duplicate {
3838
display: none;
3939
}
40+
.ui-header-fixed .ui-btn,
41+
.ui-footer-fixed .ui-btn {
42+
z-index: 10;
43+
}

0 commit comments

Comments
 (0)