Monotone-Parent: 1b7e32ba68558b623b1ae7c252ace2acac8680fd

Monotone-Revision: a157cdab1102429e9d7b24c14204d15f42e774f5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-01-15T21:45:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-01-15 21:45:48 +00:00
parent 0e71166572
commit 341c5477fe
17 changed files with 490 additions and 442 deletions

View File

@@ -3,7 +3,8 @@ DIV#windowButtons
bottom: 0px;
left: 0px;
right: 0px;
height: 4em;
height: 2em;
margin: 1em;
text-align: right; }
DIV#pageContent
@@ -47,13 +48,16 @@ INPUT.textField
{ margin: 0px 0.7em;
width: 2em; }
SPAN.datePicker INPUT.textField
{ width: 6em; }
/* Days selectors */
DIV#week,
DIV#month
{ background-color: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #999;
border-bottom: 1px solid #999; }
@@ -63,29 +67,32 @@ DIV#week
DIV#month
{ width: 140px; /* 7*(18+2)px */ }
DIV.week
SPAN.week
{ clear: both;
display: block; }
DIV.week DIV
SPAN.week DIV
{ border: 1px solid #fff;
cursor: pointer;
display: block;
float: left; }
DIV.week DIV.selected
{ background-color: #ccc; }
SPAN.week DIV._selected
{ background-color: #4b6983;
border-color: #4b6983;
color: #fff; }
DIV.week DIV P
SPAN.week DIV P
{ display: block;
margin: 2px 0px;
padding: 0px;
text-align: center; }
DIV#week DIV.week DIV P
DIV#week SPAN.week DIV P
{ width: 28px; }
DIV#month DIV.week DIV P
DIV#month SPAN.week DIV P
{ width: 18px; }
DIV.week DIV:hover
{ border: 1px solid blue; }
SPAN.week DIV:hover
{ border: 1px solid #4b6983; }