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

Font size smaller in Rad than MS

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Elliott
Top achievements
Rank 2
Elliott asked on 22 Dec 2011, 09:06 PM
I replaced as many MS and Intersoft controls with the equivalents from the Rad Ajax suite in a web site
one page had link buttons, a label and a combo box crammed into a single <td></td>, with Font-Sizes Small and X-Small
I had to change all the Font-Size Small to X-Small, the X-Small to XX-Small and fiddle with the widths to keep it from wrapping

of course I could have replaced everything with CSS but each line had its own color .....

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 27 Dec 2011, 09:06 AM
Hello Marianne,

The font-size that we apply to the RadCombobox items is 12px and you can easily adjust it according to your requirements by using the following css class selector:
div.RadComboBox_Default,
div.RadComboBox_Default .rcbInput,
div.RadComboBoxDropDown_Default {
       font: 12px "Segoe UI",Arial,sans-serif;
}

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Elliott
Top achievements
Rank 2
Answers by
Kate
Telerik team
Share this question
or