Found out it's possible to override the GWT styling by putting this in
my css file:
th.GALD-WOOC {
padding-left: 2px;
padding-right: 2px;
}
td.GALD-WOHC {
padding-left: 2px;
padding-right: 2px;
}
Are there other ways of doing this?
\Thomas
On 11 Okt., 12:21, Thomas Trebbien Pedersen
<[email protected]> wrote:
> Hi,
>
> Can anyone help me how to change the default padding for cell/td in
> cell table.
>
> I have found out that GWT by default adds this css class:
>
> .GALD-WOHC {
> padding-bottom: 2px;
> padding-left: 15px;
> padding-right: 15px;
> overflow: hidden;
> padding-top: 2px;
>
> }
>
> How do I change/override the padding? I think 15px for the left/right
> padding is to much and would like 2px instead.
>
> Thanks.
>
> \Thomas
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.