mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Adds a little breathing room above dialogs at wider screen sizes.
This commit is contained in:
parent
be59c77125
commit
95cf4873fd
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: 15px 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 0 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