Re: GWT CssResource not propagating width:calc(x) property
For anyone who cares the final css looks like this:
-- I'm actually thinking of trying position relative and using the same calc method for the height as well.
On Saturday, August 10, 2013 3:22:03 PM UTC-5, Wayne Rasmuss wrote:
.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: literal("calc(100% - 16px)");
}
On Saturday, August 10, 2013 3:22:03 PM UTC-5, Wayne Rasmuss wrote:
Thanks! Using literal fixed it. It turned out I didn't need the special web kit value either. This seems to work in IE 10, Firefox, and Chrome (latest or very recent updates of each)
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home