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

Problem with custom CSS in new version

3 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pradeep Enugala
Top achievements
Rank 1
Pradeep Enugala asked on 04 May 2010, 12:36 PM
Dear Telerik Team,

I build my project in 2009.3.1208.20 version with custom skin everything working good. Now I upgraded the version to 2010.1.415.35 then Button and Datepicker control css are not working properly. I am getting disturbed css for button and date pickers in a form. I hope you will understand the problem.


Thanks and Regards
---------------------------
Pradeep

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 07 May 2010, 01:46 PM
Hi Pradeep Enugala,

Buttons' height is increased to 22px. in order to fit and look better when placed next to RadInput or RadComboBox items. The previous button height was 21px. If you are using a custom skin, based on previous version, you should change your main skin's CSS as shown in this sticky forum thread.

If you need help to change the styles and size of the buttons, please send a solution with Button Sprites included and we will fix it.

Greetings,
Bojo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Pradeep Enugala
Top achievements
Rank 1
answered on 10 May 2010, 12:38 PM
Dear Bojo,

Thanks for your reply, And you didn't mentioned the calendar css in your post. Can you please send me the calendar css to avoid problem with new version.


Thanks and Regards
--------------------------
Pradeep
0
Dimo
Telerik team
answered on 11 May 2010, 02:11 PM
Hello Pradeep,

Please add the following CSS rule to your page:

table.RadCalendar_SkinName  .rcRow  td
{
    width:26px;
    border:0;
    padding:0 0 1px 1px;
}



Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Pradeep Enugala
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Pradeep Enugala
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or