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

Header size in monthview

1 Answer 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
ganesh
Top achievements
Rank 2
ganesh asked on 15 Feb 2011, 10:17 AM
hi team,

 i want to increase the header size in month view where (sun,mon,etc) are displayed.. how to implement it??

thanks in advance..

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Feb 2011, 12:21 PM
Hello,


The following CSS will help you in changing the height of header in MonthView for scheduler.

CSS:
<style type="text/css">
    .rsHorizontalHeaderTable th
    {
        background-image: none !important;
        height: 50px !important;            
    }
</style>



Thanks,
Princy.
Tags
Scheduler
Asked by
ganesh
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Share this question
or