Monotone-Parent: b7f4c411f14c73b7c46455bde4433318b5c502c2

Monotone-Revision: dba2df1d9321c03df5a3ea5909bebb161e0e9b1b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-05T19:54:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-05 19:54:20 +00:00
parent 6c4e34b472
commit 8674c7365b
3 changed files with 10 additions and 9 deletions
+7 -6
View File
@@ -3,7 +3,7 @@ DIV#leftPanel
position: absolute;
top: 5.2em;
left: 0px;
width: 18em;
width: 16em;
bottom: 0px;
overflow: hidden;
}
@@ -12,8 +12,8 @@ DIV#schedulerTabs
{
top: 0px;
left: .2em;
width: 17.2em;
height: 14em;
width: 15em;
height: 14.2em;
}
DIV#tasksView
@@ -30,7 +30,7 @@ DIV#rightPanel
{
position: absolute;
top: 5.5em;
left: 18.7em;
left: 16.7em;
right: 0px;
bottom: 0px;
overflow: hidden;
@@ -80,7 +80,7 @@ DIV#calendarView A
position: absolute;
cursor: e-resize;
top: 5em;
left: 18em;
left: 16em;
width: 5px;
bottom: 0px;
z-index: 5;
@@ -98,7 +98,8 @@ DIV#calendarView A
#dateSelector
{
width: 16em;
width: 14em;
margin: 0px auto;
background: #fff;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
+1 -1
View File
@@ -85,7 +85,7 @@ function onSelectAll() {
function displayAppointment(event, sender) {
var aptId = sender.getAttribute("aptId");
var urlstr = ApplicationBaseURL + aptId + "/view";
var urlstr = ApplicationBaseURL + aptId + "/edit";
var win = window.open(urlstr, "SOGo_view_" + aptId,
"width=560,height=170,resizable=1,scrollbars=1,toolbar=0," +
+2 -2
View File
@@ -10,8 +10,8 @@ body
right: 0px;
bottom: 0px;
color: #000000;
font-family: sans-serif;
font-size: small;
font-family: Bitstream VeraSans, Verdana, Tahoma, FreeSans, Helvetica, sans-serif;
font-size: 10pt;
background-color: #dbdad5;
border: 0px;
margin: 0px;