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

How do i change the font size of a Checked box List Box?

3 Answers 169 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
bala
Top achievements
Rank 1
bala asked on 06 Jan 2011, 05:00 PM
Hi,
I am using RadListBox with CheckedBox="yes" setting and Web20 skin but the font-size looks bigger for my page as its 10pt. How do I chance this settings to use 8pt. I tried the properties font-size did not work. please help.
thanks
bala

3 Answers, 1 is accepted

Sort by
0
bala
Top achievements
Rank 1
answered on 06 Jan 2011, 11:57 PM
Any input will be appreciated.
Thanks
bala
0
Shinu
Top achievements
Rank 2
answered on 07 Jan 2011, 07:11 AM
Hello Bala,

I hope the following CSS will do the trick for you.

CSS:
<style type="text/css">
    .RadListBox_Web20 .rlbText
    {
        font-size: 8px !important;
    }
</style>




-Shinu.
0
bala
Top achievements
Rank 1
answered on 07 Jan 2011, 04:19 PM
That worked perfect.
Thanks a lot shinu.
Tags
ListBox
Asked by
bala
Top achievements
Rank 1
Answers by
bala
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or