Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery UI Tabs size

i have a problem with the tab size in jquery UI , they are HUGE .. i changed a bit the css but cant find the propper id/class to fix it .. :(

alt text

and the text inside the tab aslo changes size :S as always , any change is appreciated Thanks!

like image 805
Nikola Sivkov Avatar asked Oct 04 '09 17:10

Nikola Sivkov


3 Answers

modifying the .ui-tabs jquery ui theme class to include the font-size property will resolve this.

like image 58
Tim Avatar answered Sep 20 '22 16:09

Tim


The text size is defined in .ui-helper-reset by default, but it might be overriden by the CSS of the active theme. When in doubt, fire up Firebug and use the Inspect button to find out the CSS definitions for the element in question.

like image 34
codehead Avatar answered Sep 16 '22 16:09

codehead


I use body {font-size:62.5%;}

like image 33
Leo Jweda Avatar answered Sep 20 '22 16:09

Leo Jweda