My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 515: Bottom border on events is missing
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jun 2010


Sign in to add a comment
 
Reported by trentcar...@gmail.com, Jun 10, 2010
The bottom border on events is missing.  The issue can be corrected by changing the code in fullcalendar.css on line 509 

from:

.fc-event-vert {
	border-width: 0 1px;
	}

to be:

.fc-event-vert {
	border-width: 1px;
	}
Jun 15, 2010
Project Member #1 adamrs...@gmail.com
can you give a screenshot demonstrating the problem?
the reason i wrote the css like that was to simulate the rounded corners. everything should appear to be fine (event uses 2 divs to display the borders)
Jun 16, 2010
#2 trentcar...@gmail.com
Never mind.  You're right.  I see that the mistake was with my code.
Jun 16, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Sign in to add a comment

Powered by Google Project Hosting