Monotone-Parent: 3277aed6fc1e761bd25bbf3332a975e5500e125f

Monotone-Revision: 3121e378956ebadfdbfc6b500b07f43b459eb0dc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-19T16:29:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-19 16:29:56 +00:00
parent 32a0d416d1
commit 430148b03d
8 changed files with 114 additions and 8 deletions
+23 -4
View File
@@ -10,6 +10,7 @@ DIV#attendeesView
DIV#freeBusyView
{ position: static;
margin-top: 2em;
margin-left: 12.5em;
overflow: auto;
border-top: 2px solid #222;
@@ -154,13 +155,31 @@ SPAN[class~="freeBusyZoneElement"].maybe-busy
SPAN[class~="colorBox"].noFreeBusy
{ background-color: #559; }
DIV#freeBusyViewButtons
{ position: absolute;
margin: 0px;
border: 0px;
padding: 3px;
height: 2em;
top: 0px;
left: 13em; }
DIV#freeBusyZoomButtons
{ position: absolute;
margin: 0px;
border: 0px;
padding: 0px;
height: 2em;
top: 0px;
right: 0px; }
DIV#freeBusyButtons
{ position: absolute;
top: 6em;
top: 7em;
left: 0px;
width: 30em;
height: 4em;
text-align: center; }
text-align: left;
width: 20em;
height: 2em; }
DIV#freeBusyButtons A.button
{ width: 5em; }