mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
moved a non-fixed-toolbars rule back to core
This commit is contained in:
parent
e7cc245ee1
commit
d863697773
2 changed files with 1 additions and 6 deletions
|
|
@ -64,7 +64,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.ui-bar { font-size: 16px; margin: 0; }
|
||||
.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; }
|
||||
|
||||
.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
|
||||
.ui-header, .ui-footer { position: relative; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
|
||||
.ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
|
||||
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
|
||||
.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; }
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
/* fixed page header & footer configuration */
|
||||
.ui-header,
|
||||
.ui-footer {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-header-fixed,
|
||||
.ui-footer-fixed {
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue