This is a migrated thread and some comments may be shown as answers.

Change filterRow padding

2 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
György
Top achievements
Rank 1
György asked on 23 Mar 2009, 12:05 PM
Hi,

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?

Thanks

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Mar 2009, 07:09 AM
Hi,

Try applying the !Important key word and see whether the padding is applied correctly.

Css:
 .rgFilterRow 
    font-size13px
    padding0px !Important; 


Shinu
0
György
Top achievements
Rank 1
answered on 25 Mar 2009, 12:04 PM
Hi,

Thanks for the replay it is working properly.
Tags
Grid
Asked by
György
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
György
Top achievements
Rank 1
Share this question
or