mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-10 01:13:20 +00:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user