Two things - GWT themes are only there (mostly) to style GWT widgets AFAICT, they are not a complete cross-browser solution to all css differences. Maybe one day.
Buttons are browser and OS dependent and whatever you do, you'll never get a Safari button to look like an IE button. So... I'd suggest you add your own css before the theme to level all the browsers and then build up the defaults you personally want - including button text size (this is probably THE most useful thing you can do to reduce css problems, that and a proper doctype). And if you want to have buttons look the same in all browsers, use the GWT PushButton. HTH Ian http://examples.roughian.com 2009/9/13 John Gunther <[email protected]> > > I've noticed that in IE buttons are noticeably larger using the > standard GWT CSS theme than these buttons are in other browsers. This > makes consistent cross-browser sizing difficult for me. > > Just eyeballing I'd say the IE buttons are around 50% wider and taller > than in the other browsers. > > For example, Buttons with plenty of space between them in FF look > squeezed together in IE, and so on. > > Questions: > > Have you seen this behavior (or is it just me)? > Do you know why it happens? > Simple fix that makes the IE buttons closer to the FF buttons in size? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
