Re: how to set the padding-left property of a specific column in a celltable?
the column is inside a table with css class name "ellipsis", so I try to change
.ellipsis .iconColumn{
padding-left:2px;
padding-right:2px;
}
and then in gwt, write
Column.setCellStyleNames("
iconColumn");
very strange, padding-left is in effect now, but now padding -right!! in IE, if I press F12 and change the td padding-left property, the layout will change, but if I change the padding-right property, nothing changed!!
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/p59wJt2r-54J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home