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

Web20 Skin - HUGE font

6 Answers 107 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
DonKitchen
Top achievements
Rank 1
DonKitchen asked on 25 Apr 2008, 03:44 PM
We have been implementing the Web20 skin for all of our Radcontrols in our project.  The Radcombobox seems to have some HUGE font for the selected item with this skin.  I was wondering how I can convert the selected item back down to a normal size so that it seems more inline with the other controls?

6 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 28 Apr 2008, 11:30 AM
Hi,

You have to customize the Web20 skin. The following css class particularly:

 
.RadComboBox_Web20 .rcbInputCell input  
{  
    width:100%;  
    background:transparent;  
    border:0;  
    vertical-align:top;  
    padding:1px 0 0 2px;  
    font-size: 12px;  

Please find attached a sample project. Hope it will be helpful.

Regards,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
CSurieux
Top achievements
Rank 2
answered on 28 Apr 2008, 11:54 AM
Hi Helen,
For my part, I have a problem with the uggly green used for selected items in RadTreeview Web20 embedded skin, wher to go to have it changed ?
(I know it is combobox thread but as you were on the Web20 skin subject and I have not found a thread for skins in support ..)

Thanks
CS
0
Alex Gyoshev
Telerik team
answered on 30 Apr 2008, 04:00 PM
Hi Christian Surieux,

You can use the following CSS to change the color to whatever you like:
div.RadTreeView_Web20 .rtSelected .rtIn 
    background#f00

Best wishes,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
CSurieux
Top achievements
Rank 2
answered on 30 Apr 2008, 04:10 PM
Many Thanks, Helen,
I have another little pb: some of my own css interact with Web20 skin and the height  of radComboBox is smaller on 80% of my pages ?
Which class is involved in the RadCombobox sizing ?

Thanks again
CS
0
Alex Gyoshev
Telerik team
answered on 30 Apr 2008, 04:31 PM
Hello Christian Surieux,

The sizing of the RadComboBox is rather composite (it depends on the contents of the input box and the arrow).

Nevertheless, setting the following values could should make its height set in stone:
.RadComboBox_Web20 td.rcbInputCell, 
.RadComboBox_Web20 td.rcbInputCell input, 
.RadComboBox_Web20 td.rcbArrowCell a 
    height16px !important; 
    line-height15px !important
    font-size13px !important

Of course, you could tweak them to suit your application's design.

Greetings,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
CSurieux
Top achievements
Rank 2
answered on 30 Apr 2008, 05:14 PM
Many thanks.
CS
Tags
ComboBox
Asked by
DonKitchen
Top achievements
Rank 1
Answers by
Helen
Telerik team
CSurieux
Top achievements
Rank 2
Alex Gyoshev
Telerik team
Share this question
or