Monotone-Parent: a67a6a3249b2b6a4b199678bc6f32cad47300639

Monotone-Revision: 9cc6d172992d23b089ad2377f66d83c176dc0fed

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-24T18:00:49
This commit is contained in:
Wolfgang Sourdeau
2012-04-24 18:00:49 +00:00
parent 45a9a751ea
commit ca8fbfe942
3 changed files with 54 additions and 7 deletions

View File

@@ -412,7 +412,6 @@ DIV#calendarHeader,
DIV#daysView
{ position: absolute;
top: 0px;
bottom: 0px;
left: 0px; }
DIV#daysView
@@ -426,8 +425,8 @@ DIV#daysView
DIV#calendarHeader
{ top: 50px;
border: 0px;
right: 0px;
height: 70px; }
height: 100px;
right: 0px; }
DIV#calendarHeader DIV.dayLabels,
DIV#calendarHeader DIV.days
@@ -439,7 +438,7 @@ DIV#calendarHeader DIV.days
overflow: hidden; }
DIV#calendarHeader DIV.dayLabels
{ bottom: 40px;
{ top: 0px;
height: 35px; }
DIV#calendarHeader DIV.dayLabels DIV.day
@@ -456,7 +455,7 @@ DIV#calendarHeader DIV.dayLabels
DIV#calendarHeader DIV.days
{ cursor: pointer;
bottom: 0px;
height: 40px; }
top: 35px; }
DIV#calendarHeader DIV.day,
DIV#daysView DIV.day