mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
5 lines
No EOL
255 B
CSS
5 lines
No EOL
255 B
CSS
.ui-field-contain { padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
|
|
.ui-field-contain:first-child { border-top-width: 0; }
|
|
@media all and (min-width: 450px){
|
|
.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
|
|
} |