mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 20:26:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user