Skip to content

Commit d863697

Browse files
author
scottjehl
committed
moved a non-fixed-toolbars rule back to core
1 parent e7cc245 commit d863697

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
6464
.ui-bar { font-size: 16px; margin: 0; }
6565
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
6666

67-
.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
67+
.ui-header, .ui-footer { position: relative; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
6868
.ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
6969
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
7070
.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; }

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
/* fixed page header & footer configuration */
2-
.ui-header,
3-
.ui-footer {
4-
overflow: hidden;
5-
width: 100%;
6-
}
72
.ui-header-fixed,
83
.ui-footer-fixed {
94
left: 0;

0 commit comments

Comments
 (0)