calendar.js: events made smaller (online) and other minor ui fixes

This commit is contained in:
Rushabh Mehta 2012-11-23 16:34:42 +05:30
parent a91249ade8
commit a44b66e47a

View File

@ -264,6 +264,7 @@ Calendar.CalEvent= function(doc, cal) {
this.body = $("<div class='label cal_event'></div>")
.html(doc.description)
.attr("title", doc.description)
.css({"cursor":"pointer"})
.attr("data-event", doc.name)
.click(function() {