I cannot get our application to use "font-size" settings in a style
sheet in hosted mode.  So to get back to basics I created a trivial
application using the applicationCreator script.  I can run it in
hosted mode (it is an image and a button).  The style sheet has a rule
for the button and I can change the font family there no problem.  But
changing the font size, e.g.:

        font-family: Palatino, Arial, sans-serif;
        font-size: 6pt;

has no effect (hosted mode continues to use the default font size).
If I compile and run this in the browser then the font size works as
expected.

Is this some limitation of hosted mode?  It is very hard to develop
the UI when hosted mode does not honor font sizes in the style sheets.

Am I missing something obvious?

Tx.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to