Re: font-size: does not work for GWT button and flextable

2011-06-25 Thread Ashwin Desikan
if you are using UI-Binder , you can either your the styleName or addStyleNames property. for example UiBinder /UiBinder -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: font-size: does not work for GWT button and flextable

2011-06-25 Thread Ashwin Desikan
Sorry, hit enter too fast. here is the example for a custom button with specific font and colors UiBinder style .btn { color: #FF0080; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; font-size: 12px; font-family: Gothic,sans-serif; font-weight:

font-size: does not work for GWT button and flextable

2011-06-24 Thread Bob
How do you change the font size in a GWT Button or a GWT Flextable? The standard CSS of font-size: 150%; does not work, but color: red; does work. Also, font-family does not work for flexible (but does for button) I am new to GWT. thanks Bob -- You received this message because you are