Re: GWT Widget styling using CSS and UiBinder

2011-07-08 Thread vik
Thanks for the reply Rob. I did try the piece of code you have pasted even previously but it did not work. Even a simple rule like a color change or a bg-color change within all the parenthesis don't work. This technique doesn't work if I put it in the ui.xml nor does it work in a .css file

Re: GWT Widget styling using CSS and UiBinder

2011-07-08 Thread Rob Coops
Here is what I did to test this: !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui xmlns:p1=urn:import:com.google.gwt.user.datepicker.client g:HTMLPanel p1:DatePicker/

GWT Widget styling using CSS and UiBinder

2011-07-07 Thread vik
Can somebody please post a simple example on how to style a 'fairly- complex' widget like the gwt-DatePicker with different colors and assets? There are a few examples online for the date picker but they either are incomplete or don't use the UiBinder technique. I would like to use the UiBinder

Re: GWT Widget styling using CSS and UiBinder

2011-07-07 Thread Rob Coops
On Thu, Jul 7, 2011 at 11:09 AM, vik vmgu...@gmail.com wrote: Can somebody please post a simple example on how to style a 'fairly- complex' widget like the gwt-DatePicker with different colors and assets? There are a few examples online for the date picker but they either are incomplete or