Reduce spacing between UI tabs and content
| | |
| | | .ui-tabs .ui-tabs-nav li:last-child { background: none; } |
| | | .ui-tabs .ui-tabs-nav li:last-child a { border: 0; } |
| | | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
| | | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 1em; margin-top: 0.5em; background: #efefef; } |
| | | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 1em; margin-top: 0.2em; background: #efefef; } |
| | | .ui-tabs .ui-tabs-hide { display: none !important; } |
| | | /* |
| | | * jQuery UI Datepicker 1.8.18 |