Hi,

nice calendar you got there, i been locating the cause of your whitespace 
appearing

taking out the crossed out parts removes the whitespace for me

main calendar:

div.cat_bar {##index.css line 800

   1. background: #99ABBF 
url(../images/theme/main_block.png<http://ywamkyiv.org/smf/Themes/default/images/theme/main_block.png>)
 
   no-repeat 0 -160px;
   2. padding-left: 9px;
   3. height: 31px;
   4. overflow: hidden;
   5. margin-bottom: 1px;

}
and also
<table cellspacing="1" class="calendar_table">
to
<table cellspacing="0" class="calendar_table">

but this removes the white pixel border around all the days so will need to 
either add a border for them instead to get rid of that pixel border under 
the title or move the title outside of the table

weekly view:

div.title_bar {##index.css line 808

   1. background: #E3E9EF 
url(../images/theme/main_block.png<http://ywamkyiv.org/smf/Themes/default/images/theme/main_block.png>)
 
   no-repeat 0 -200px;
   2. padding-left: 9px;
   3. height: 31px;
   4. overflow: hidden;
   5. margin-bottom: 1px;

}
also the background image needs to be made transparent on the corners


#main_grid table.weeklist td.windowbg {##index.css line 3423

   1. text-align: center;
   2. height: 49px;
   3. width: 25px;
   4. font-size: large;
   5. padding: 0 7px;
   6. border-bottom: 2px solid white;

}
#main_grid table.weeklist td.weekdays {##index.css line 3432

   1. height: 49px;
   2. width: 100%;
   3. padding: 4px;
   4. text-align: left;
   5. vertical-align: middle;
   6. border-bottom: 2px solid white;

}

this was viewed in chrome btw

Bim

-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/calendar/community/forum.html

Reply via email to