mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 04:44:42 +00:00
fix up dialog presentation - headers were busted
This commit is contained in:
parent
6cd1adc528
commit
70670bc344
1 changed files with 4 additions and 1 deletions
|
|
@ -14,8 +14,11 @@
|
|||
}
|
||||
.ui-dialog .ui-header,
|
||||
.ui-dialog .ui-footer {
|
||||
padding: 0 15px;
|
||||
z-index: 10;
|
||||
padding: 0;
|
||||
}
|
||||
.ui-dialog .ui-footer {
|
||||
padding: 0 15px;
|
||||
}
|
||||
.ui-dialog .ui-content {
|
||||
padding: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue