I have this test page: http://www.problemio.com/problems/problem.php?problem_id=305
I am trying to make the form towards the middle of the page look nicer. When I look at it in FireBug, there is a lot of padding space on the sides of that tabs from this div:
<div id="tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
How can I change the space padding on the sides of the divs to be less pixels? Also, is there a way to make the black strip across the tabs all black?
Thanks!
You can override the css defined by jQuery UI css in your application css file or on the page.
You can set the padding as below and override all the required styles in the same way.