Fixed layout of contacts/calendars import dialogs

This commit is contained in:
Francis Lachapelle
2012-09-24 12:18:18 -04:00
parent 9bb897cea3
commit c1fba4805e
5 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ function onViewEventCallback(http) {
var divDimensions = div.getDimensions();
var view;
var left = cellPosition[0];
var top = cellPosition[1];
var top = cellPosition[1] - 5;
if (currentView != "monthview") {
view = $("daysView");