mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-16 04:11:01 +00:00
Moved a rule to fixedToolbar.css
This commit is contained in:
parent
5d30cdb50d
commit
5704f4c12a
2 changed files with 4 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.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; }
|
||||
.ui-footer .ui-title { margin: .6em 15px .8em; }
|
||||
.ui-header-fixed .ui-btn {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/*content area*/
|
||||
.ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
|
||||
|
|
|
|||
|
|
@ -37,3 +37,7 @@
|
|||
.ui-footer-duplicate {
|
||||
display: none;
|
||||
}
|
||||
.ui-header-fixed .ui-btn,
|
||||
.ui-footer-fixed .ui-btn {
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue