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

Scheduler Month View Cell White Space

2 Answers 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Michael Constantine
Top achievements
Rank 1
Michael Constantine asked on 23 Aug 2011, 06:21 PM
Is there anyway to get rid of the whitespace above my appointments in each cell?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Aug 2011, 11:22 AM
Hello Michael,

Try the following CSS to achieve your requirement
CSS:
<style type="text/css">
.rsWrap.rsDateWrap
 {
   height:0px !important;
 }
</style>

Thanks,
Shinu.
0
Michael Constantine
Top achievements
Rank 1
answered on 24 Aug 2011, 10:04 PM
We i apply your CSS it covered the date numbers ...  i modified to:

<style type="text/css">

.rsWrap.rsDateWrap

 {

   height:18px !important;

 }

</style>


and that did the trick.  

Thanks!
Tags
Scheduler
Asked by
Michael Constantine
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Michael Constantine
Top achievements
Rank 1
Share this question
or