Convert color picker to an inline widget

The colors are now limited to the colors offered in Thunderbird.
This commit is contained in:
Francis Lachapelle
2013-11-15 15:50:46 -05:00
parent 884fbfdb73
commit e862194b32
14 changed files with 482 additions and 341 deletions

View File

@@ -699,7 +699,6 @@ function onViewEventCallback(http) {
var cellDimensions = cell.getDimensions();
var div = $("eventDialog");
var divDimensions = div.getDimensions();
var viewPosition = $("calendarView").cumulativeOffset();
var view;
var left;
var top = cellPosition[1] - 5;