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

Make links bigger in month view appointments

1 Answer 26 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 28 Sep 2011, 08:35 PM
Hello, I am trying to make the yellow boxes with the links in the appoinments template larger, so they will show as much of the text as possible. Is the an easy way to do this? I have attatched a jpg that will show what I mean. Thanks!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Sep 2011, 05:36 AM
Hello Scott,

Try the following CSS to make links bigger in Monthview appointments.
CSS:
<style type="text/css">
 .RadScheduler .rsAptIn, .rsAptContent
 {   
   height:50px !important;
 }
</style>

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