How can I reduce the height of combobox below 22 pixels as we need to use a lot on one page and it is effecting the layout of our page. I have tried changing the CSS but increasing the height works but decreasing it doesn't. I assume it is related to the images?
11 Answers, 1 is accepted
0
Hello David,
In general, this is not a simple task and you will have to make a new custom skin. Still, I checked your account and noticed that you have a ticket on the same request. We will make a new skin for you and attach it to the support ticket.
In addition, please note that all forum posts and support tickets are reviewed by the Telerik support staff and you will get the needed attention. Posting the same question in several places slows us down in our responses as we need to review all of them and write back. This in turn results in slower response times and poorer service. We appreciate your understanding in this matter and look forward to providing you with the best support!
Regards,
Paul
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
In general, this is not a simple task and you will have to make a new custom skin. Still, I checked your account and noticed that you have a ticket on the same request. We will make a new skin for you and attach it to the support ticket.
In addition, please note that all forum posts and support tickets are reviewed by the Telerik support staff and you will get the needed attention. Posting the same question in several places slows us down in our responses as we need to review all of them and write back. This in turn results in slower response times and poorer service. We appreciate your understanding in this matter and look forward to providing you with the best support!
Regards,
Paul
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Oscar
Top achievements
Rank 1
answered on 07 Apr 2009, 07:07 AM
I have the same problem.
I need to reduce the height of the combobox. I am using the WebBlue skin and I just can't find where to adjust this in the css file
Please help
I am using the ASPNET AJAX 2008 Q3
Thanks
Oscar
I need to reduce the height of the combobox. I am using the WebBlue skin and I just can't find where to adjust this in the css file
Please help
I am using the ASPNET AJAX 2008 Q3
Thanks
Oscar
0
Hi Oscar,
The background image of RadComboBox should be modified in order to reduce its height. Could you please tell us the height you need and we'll fix the skin for you.
Regards,
Yana
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
The background image of RadComboBox should be modified in order to reduce its height. Could you please tell us the height you need and we'll fix the skin for you.
Regards,
Yana
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Oscar
Top achievements
Rank 1
answered on 10 Apr 2009, 03:54 PM
Hello Yana,
Please, the height that I need is (18px).
Once again the skin that I am using is WebBlue (ASPNET AJAX 2008 Q3).
Thank you ver much.
Oscar.
Please, the height that I need is (18px).
Once again the skin that I am using is WebBlue (ASPNET AJAX 2008 Q3).
Thank you ver much.
Oscar.
0
Hi Oscar,
Thank you for the information. We'll modify the skin and will send it to you once it's ready.
All the best,
Yana
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Thank you for the information. We'll modify the skin and will send it to you once it's ready.
All the best,
Yana
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Oscar
Top achievements
Rank 1
answered on 23 Apr 2009, 05:04 PM
Hello,
I am trying to find out the status of the skin you are modifying for me.
Your help is very much appreciate it.
Thanks
Oscar.
I am trying to find out the status of the skin you are modifying for me.
Your help is very much appreciate it.
Thanks
Oscar.
0
Hello Oscar,
We're so sorry for the delay.
We'll address this issue as soon as possible.
Best wishes,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We're so sorry for the delay.
We'll address this issue as soon as possible.
Best wishes,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Oscar
Top achievements
Rank 1
answered on 01 May 2009, 04:49 PM
Hello Yana,
Just wondering if you are done with the skin you are modifying for me.
Thanks
Oscar.
0
Hello Oscar,
Your 18px high RadComboBox skin is attached. Register it as external skin and name WebBlue.
All the best,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Your 18px high RadComboBox skin is attached. Register it as external skin and name WebBlue.
All the best,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
A
Top achievements
Rank 1
answered on 22 Jan 2010, 05:17 PM
Hello, I need the same thing and I am using the Simple skin.
Can you provide the css and images for that skin?
Thanks, Andy
Can you provide the css and images for that skin?
Thanks, Andy
0
Hello,
Fortunately small RadComboBox height with the Simple skin doesn't require additional images (and from the next release higher ones too), add these CSS rules to your project to resize it:
div.RadComboBox_Simple,
div.RadComboBox_Simple .rcbInput
{
line-height: 20px;
}
div.RadComboBox_Simple table tr td.rcbInputCell
{
height: 18px;
line-height: 18px;
}
div.RadComboBox_Simple td.rcbArrowCell a
{
height: 17px;
}
Let me know if this helps.
Regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Fortunately small RadComboBox height with the Simple skin doesn't require additional images (and from the next release higher ones too), add these CSS rules to your project to resize it:
div.RadComboBox_Simple,
div.RadComboBox_Simple .rcbInput
{
line-height: 20px;
}
div.RadComboBox_Simple table tr td.rcbInputCell
{
height: 18px;
line-height: 18px;
}
div.RadComboBox_Simple td.rcbArrowCell a
{
height: 17px;
}
Let me know if this helps.
Regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
