mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 04:14:42 +00:00
Re-applies bottom margin to dialog elements, accidentally removed in 6354bd4260.
This commit is contained in:
parent
7fe9cc4f7b
commit
5afe2abecb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
||||
*/
|
||||
.ui-dialog { min-height: 480px; }
|
||||
.ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer { max-width: 500px; margin: 10% auto 0 auto; padding: 15px; width: 85%; position: relative; }
|
||||
.ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer { max-width: 500px; margin: 10% auto 15px auto; padding: 15px; width: 85%; position: relative; }
|
||||
.ui-dialog .ui-header { padding: 0 15px; }
|
||||
.ui-dialog .ui-header, .ui-dialog .ui-footer { z-index: 10; }
|
||||
.ui-dialog .ui-content, .ui-dialog .ui-footer { margin-top: -15px; }
|
||||
Loading…
Reference in a new issue