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

how to change scheduler skin font size?

1 Answer 170 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Josie
Top achievements
Rank 1
Josie asked on 06 Mar 2015, 11:50 AM
I use "Silk" form  (Skin="Silk")
If I want to change the size of word, where can i set?

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 06 Mar 2015, 04:56 PM
Hello,

Different font sizes are used in different RadScheduler sections so there isn't a single setting that would increase the font everywhere. Using the corresponding selectors and you can change the fonts with CSS. Here several rules setting exemplary font sizes to different areas:
html .RadScheduler_Silk .rsAptContent {
     font-size: 16px;
 }
 
 html .RadScheduler_Silk .rsHeader h2 {
     font-size: 20px;
 }
 
 html .RadScheduler .rsVerticalHeaderTable div * {
     font-size: 10px;
 }
 
 html .RadScheduler .rsHeader .rsToday {
     font-size: 14px;
 }
 
html .RadScheduler_Silk .rsFooter .rsFullTime {
    font-size: 12px;
}


Regards,
Ivan Danchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Josie
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or