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

How to make web20 calendar same size as default skin calendar?

1 Answer 64 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jomey
Top achievements
Rank 1
Jomey asked on 11 Jun 2008, 06:18 PM
How do I make web20 calendar same size as default skin calendar?  I'm using raddatepicker and the web20 calendar size is too big.  I want to make it the exact same size as the Default skin.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Jun 2008, 12:20 PM
Hi Jomey,

You can make a custom skin, based on the Web20 skin, following these guidelines:

http://www.telerik.com/help/aspnet-ajax/calendar_appearancecustomskin.html

In order to make the calendar smaller, you will need to modify/remove the following Web20 style:

/* all links in the calendar */
.TableLayout_Web20 td a
{
width: 32px;
line-height: 32px;

text-decoration: none;
display: block;
}

There are a couple of more styles like these to be removed, for example for the .DaysOfWeek_Web20 CSS class

In addition, you may want to decrease all font-sizes.

Let us know if you need further assistance.


Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Jomey
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or