How can I change the filterRow's padding style element? I am using 2009 Q1 RadGrid control and I try this in the style section of the page (I am using the Hay built in skin):
. rgFilterRow
{
font-size: 13px;
padding: 0px;
}
The font resized, but the padding unchanged. What should I do?