mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
9 lines
No EOL
406 B
CSS
9 lines
No EOL
406 B
CSS
/*
|
|
* jQuery Mobile Framework
|
|
* Copyright (c) jQuery Project
|
|
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
|
*/
|
|
.ui-dialog .ui-headfoot-placehold, .ui-dialog .ui-content { margin: 15px; position: relative; }
|
|
.ui-dialog .ui-headfoot-placehold { z-index: 10; }
|
|
.ui-dialog .ui-fixpos { margin-top: -15px; }
|
|
.ui-dialog .ui-content { margin-top: -15px; margin-bottom: -15px; } |