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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.