Hello,
I'm really not good at playing with CSS. I have a DecoratedTabPanel
and I simply want to reduce the default font size of the tab bar.
I inherits the default chrome style and I have a css linked in the
html page.
Well, I tried several things in the css with no result:
.gwt-DecoratedTabBar { font-size: 50%; }
.gwt-DecoratedTabPanel .gwt-DecoratedTabBar { font-size: 50%; }
.gwt-TabBar { font-size: 50%; }
myStyleName .gwt-DecoratedTabBar { font-size: 50%; }
...
Am I missing something ?
Any help would be really appreciated !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---