mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
Monotone-Parent: 5260bb507b35c922c9a5e2c04486b16cc874f0d1
Monotone-Revision: 3f946421ff71f1fefa253e72937118e3d016b1ac Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-02T22:27:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -670,26 +670,6 @@ DIV.daysViewFor7Days DIV.day0
|
||||
{ left: 85.7142%;
|
||||
border-right: 1px solid #397d94; }
|
||||
|
||||
TABLE.monthOverview DIV.appointment
|
||||
{ margin: 0px;
|
||||
margin-top: 1px;
|
||||
padding: 1px;
|
||||
border: 0px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
position: static;
|
||||
overflow: hidden;
|
||||
background-color: #fff; }
|
||||
|
||||
TABLE.monthOverview DIV.appointmentInside
|
||||
{ cursor: default;
|
||||
margin: 0px;
|
||||
padding: 1px;
|
||||
border: 0px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
position: static; }
|
||||
|
||||
DIV.daysView > DIV.hours
|
||||
{ position: absolute;
|
||||
border: 0px;
|
||||
@@ -834,12 +814,12 @@ DIV.appointments > DIV.appointment
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
padding: 0px; }
|
||||
padding: 1px; }
|
||||
|
||||
DIV[class~="appointment"]._selected > DIV.appointmentInside
|
||||
{ background-color: #ffa !important; }
|
||||
{ -moz-opacity: 0.7; }
|
||||
|
||||
DIV.appointment > DIV
|
||||
DIV.appointment > DIV.appointmentInside
|
||||
{ position: absolute;
|
||||
overflow: hidden;
|
||||
top: 2px;
|
||||
@@ -847,6 +827,78 @@ DIV.appointment > DIV
|
||||
left: 2px;
|
||||
right: 2px; }
|
||||
|
||||
DIV.shadow
|
||||
{ position: absolute;
|
||||
background-color: #000; }
|
||||
|
||||
DIV.shadow1
|
||||
{ left: 0px;
|
||||
right: 0px;
|
||||
top: 2px;
|
||||
bottom: 0px;
|
||||
-moz-opacity: 0.1; }
|
||||
|
||||
DIV.shadow2
|
||||
{ left: 1px;
|
||||
right: 1px;
|
||||
top: 3px;
|
||||
bottom: -2px;
|
||||
-moz-opacity: 0.1;
|
||||
-moz-border-radius: 3px; }
|
||||
|
||||
DIV.shadow3
|
||||
{ left: 2px;
|
||||
right: 2px;
|
||||
top: 4px;
|
||||
bottom: 0px;
|
||||
-moz-opacity: 0.4; }
|
||||
|
||||
DIV.shadow4
|
||||
{ left: 3px;
|
||||
right: 3px;
|
||||
top: 5px;
|
||||
bottom: 1px;
|
||||
-moz-opacity: 0.4; }
|
||||
|
||||
DIV.gradient, DIV.text
|
||||
{ position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
bottom: 2px;
|
||||
overflow: hidden; }
|
||||
|
||||
DIV.gradient > IMG
|
||||
{ height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
TABLE.monthOverview DIV.appointment
|
||||
{ margin: 0px;
|
||||
margin-top: 1px;
|
||||
padding: 1px;
|
||||
border: 0px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
position: static;
|
||||
overflow: hidden;
|
||||
background-color: #fff; }
|
||||
|
||||
TABLE.monthOverview DIV.appointmentInside
|
||||
{ cursor: default;
|
||||
margin: 0px;
|
||||
padding: 1px;
|
||||
border: 0px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
position: static; }
|
||||
|
||||
TABLE.monthOverview DIV.shadow,
|
||||
TABLE.monthOverview DIV.gradient
|
||||
{ display: none; }
|
||||
|
||||
TABLE.monthOverview DIV.text
|
||||
{ position: static; }
|
||||
|
||||
DIV[class~="appointment"].starts0
|
||||
{ top: 0.000000%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user