mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 00:46:23 +00:00
Finished the view, need to display the eventsblock
This commit is contained in:
@@ -17,7 +17,7 @@ DIV#rightSide
|
||||
position: absolute;
|
||||
left:230px;
|
||||
height:370px;
|
||||
width:330px;
|
||||
width:660px;
|
||||
}
|
||||
DIV#rightFrame
|
||||
{
|
||||
@@ -94,7 +94,7 @@ TABLE#eventsList .colorBox
|
||||
/**************************/
|
||||
/****** RightSide ********/
|
||||
|
||||
.divEventsPreview
|
||||
.divEventsPreview, .divTasksPreview
|
||||
{
|
||||
border:solid black 2px;
|
||||
border-radius:5px;
|
||||
@@ -110,6 +110,17 @@ TABLE#eventsList .colorBox
|
||||
|
||||
}
|
||||
|
||||
.overdueTasks {
|
||||
color:red;
|
||||
}
|
||||
.completedTasks {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.EventsTasksDate {
|
||||
text-indent:20px;
|
||||
}
|
||||
|
||||
|
||||
/*******************************************/
|
||||
/****** Overriding the general.css ********/
|
||||
|
||||
Reference in New Issue
Block a user