| Issue 1342: | Whitespace fullcalendar plugin | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When you look @ the calendar i get a lot of whitespaces from: <div class="fc-content" style="position: relative; min-height: 1px;"> The fc-content part. This is the code: <div id="afspraak" class="fc ui-widget"> <table class="fc-header" style="width: 100%;"> <tbody> <tr> <td class="fc-header-left"> <td class="fc-header-center"> <td class="fc-header-right"> </tr> </tbody> </table> <div class="fc-content" style="position: relative; min-height: 1px;"> <div class="fc-view fc-view-month fc-grid" style="position: relative; -moz-user-select: none;" unselectable="on"> <table class="fc-border-separate" cellspacing="0″ style="width:100%"> <thead> <tr class="fc-first fc-last"> </thead> <tbody> <tr class="fc-week0 fc-first"> <tr class="fc-week1″> <tr class="fc-week2″> <tr class="fc-week3″> <tr class="fc-week4″> <tr class="fc-week5 fc-last"> </tbody> </table> <div style="position: absolute; z-index: 8; top: 0pt; left: 0pt;"></div> </div> </div> When i remove <div class="fc-content" then everything looks good, but i don't know how to remove it. Can anyone help me? The css where fc-content is in is bundle-bundle_full-calendar_head.css, i want to remove the fc-content but can't find it!
Aug 15, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |