Fix for bug #533.

Monotone-Parent: c6cc55eedccafd318d304dda129f20e339358a8b
Monotone-Revision: 40deeaf6256561ecd87e0e8e099b7ae23668d145

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-04-07T20:33:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-04-07 20:33:18 +00:00
parent 1f9ba2e430
commit dd3e8b2fc4

View File

@@ -268,6 +268,12 @@ TABLE#dateSelectorTable TD TABLE TD.dayOfToday
#dateSelectorTable TABLE TD._selected SPAN
{ color: #fff; }
#dateSelectorTable TD.activeDay + TD,
#dateSelectorTable TD.inactiveDay + TD,
#dateSelectorTable TD.dayOfToday + TD
{ visibility: hidden;
display: none; }
TABLE#eventsList
{ width: 100%; }
@@ -458,8 +464,8 @@ DIV#calendarHeader DIV.day
{ height: 100%; }
DIV#calendarHeader DIV.days DIV.day
{ overflow: hidden;
overflow-y: auto; }
{ overflow: auto;
overflow-x: hidden; }
.menu LI.currentMonth,
.menu LI.currentYear