Try wrapping the calc() in a literal("calc(100% - 16px)" ) ;

the literal() works for anything the cssresource parser doesn't know about 
yet.

On Friday, August 9, 2013 1:13:33 PM UTC-4, Wayne Rasmuss wrote:
>
> I have the following css entry that I'm accessing via a CSS resource
>
> .form-input-line-cell {
>     position: absolute;
>     left: 8px;
>     top:3px;
>     bottom: 3px;
>     font-size: 32px;
>     text-indent: 8px;
>     border: solid #d3d3d3 1px;
>     border-radius: 3px;
>     color: black;
>     width: -webkit-calc(100% -16px);
>     width: calc(100% - 16px);
> }
>
> When I view a field using it in the dev tools in firefox, the width 
> properties with calc are not present. I've verified that other changes I 
> make are propagating as expected, so the build is working and I'm looking 
> in the right place. Any ideas?
>
> I 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to