Re: UiBinder and non standard CSS properties.

2010-02-02 Thread Thomas Broyer
On Feb 2, 3:04 am, Carlos Aguayo carlos.agu...@gmail.com wrote: Hi, UiBinder can't seem to take non standard CSS properties. I have the following: ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'              xmlns:g='urn:import:com.google.gwt.user.client.ui'   ui:style   .test {

UiBinder and non standard CSS properties.

2010-02-01 Thread Carlos Aguayo
Hi, UiBinder can't seem to take non standard CSS properties. I have the following: ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:style .test { -moz-border-radius: 4px; } /ui:style g:HTMLPanel input