jquery-mobile/themes/default/jquery.mobile.forms.fieldcontain.css
2011-02-01 10:40:18 -05:00

8 lines
No EOL
397 B
CSS

/*
* jQuery Mobile Framework
* Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
*/
.ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
.ui-field-contain:first-child { border-top-width: 0; }
.min-width-480px .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }