[Solved] jQuery UI widgets are very large using custom theme
I have implemented a UI datepicker and am working on some Ajax tabs. When I click on the target field of the datepicker, the popup calendar is very large. I figured there was an issue with css and I was just going to browse forums to find the solution since I it must be common. Well, it's not. I then tried to move on and implement UI tabs and those are huge too!
<Links are obsolete>
Datepicker:
http://www.halecowellness.com/escape/in ... d=register
Tabs:
http://www.halecowellness.com/escape/in ... d=register
This is the code for the tabs. Both have pretty much default calls. I have CSS for these tabs in my document as well as the in the default installation of jQueryUI, but the datepicker doesn't.
-
<div id="contents_pane">
<img src="images/e-scape-logo.jpg" width="80%" alt="eSCAPE" />
<ul>
<li><a href="#tabs-1">Lesson 1</a></li>
<li><a href="ajax/content1.html">Quiz</a></li>
<li><a href="ajax/content2.html">Activity</a></li>
<li><a href="ajax/content2.html">Quest</a></li>
</ul>
<div id="tabs-1">
<p>This is the content of Tab 1.</p>
</div>
Anything else you guys need to see to help me iron this out?