Finished the view, need to display the eventsblock

This commit is contained in:
Alexandre Cloutier
2014-04-22 17:47:29 -04:00
parent 57b747c24a
commit f9869d19b4
5 changed files with 315 additions and 131 deletions

View File

@@ -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 ********/