mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 04:25:56 +00:00
Monotone-Parent: f756f953fa89f0171177fb6928acea218ddde204
Monotone-Revision: ba23cab4772265b55c0083fe0c2b207e3deceda2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-13T22:13:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -904,7 +904,7 @@ DIV[class~="appointment"]._selected > DIV.appointmentInside
|
||||
DIV.appointment > DIV.appointmentInside
|
||||
{ position: absolute;
|
||||
overflow: hidden;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
bottom: 2px;
|
||||
left: 2px;
|
||||
right: 2px; }
|
||||
@@ -923,22 +923,21 @@ DIV.shadow1
|
||||
DIV.shadow2
|
||||
{ left: 1px;
|
||||
right: 1px;
|
||||
top: 3px;
|
||||
bottom: -2px;
|
||||
-moz-opacity: 0.1;
|
||||
-moz-border-radius: 3px; }
|
||||
top: 1px;
|
||||
bottom: -1px;
|
||||
-moz-opacity: 0.1; }
|
||||
|
||||
DIV.shadow3
|
||||
{ left: 2px;
|
||||
right: 2px;
|
||||
top: 4px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
-moz-opacity: 0.4; }
|
||||
-moz-opacity: 0.1; }
|
||||
|
||||
DIV.shadow4
|
||||
{ left: 3px;
|
||||
right: 3px;
|
||||
top: 5px;
|
||||
top: 3px;
|
||||
bottom: 1px;
|
||||
-moz-opacity: 0.4; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user