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

font size

1 Answer 94 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 23 Sep 2008, 02:24 PM
My web page has several text boxes and combo boxes, all using the web20 skin.

Why is the font in the combo box much bigger than the fonts used in the text boxes ?
The actual height of the combo is also a lot bigger that a textbox, which looks very odd when the page is run.

Do I have to manually set the combo box font and height everytime I add one to a page so that it matches the default setting for the textboxes ?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Sep 2008, 01:34 PM
Hi Mark,

Please use the following styles in your page to fix the font-size and height of RadComboBox:

.RadComboBox_Web20 .rcbInputCell .rcbInput {  
    font-size12px !important;  
    padding2px 0 2px 1px !important;  
}  
 
.RadComboBox_Web20 .rcbArrowCell a{  
    height18px !important;  

Regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
mww
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or