CSS fix for the recurrence editor.

Monotone-Parent: f1873ff9d9da1ea76b1cc20194500121395959e8
Monotone-Revision: 1ee23312738f4184241e898cf4bb970b82a4f9a3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-04T17:54:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-05-04 17:54:58 +00:00
parent 7c44093528
commit 31bdac9cf6

View File

@@ -38,6 +38,9 @@ INPUT.textField
SPAN.datePicker INPUT.textField
{ width: 6em; }
SPAN.datePicker SPAN IMG
{ vertical-align: top; }
/* Days selectors */
DIV#week,
@@ -84,6 +87,6 @@ DIV#month SPAN.week DIV P
SPAN.week DIV:hover
{ border: 1px solid #4b6983; }
a.calendarButton
{ right:240px; }
A.calendarButton
{ right: 240px; }