calendar: implement Events List

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
Maxim Ermilov
2010-10-20 14:30:35 -04:00
committed by David Zeuthen
parent 1ca1a2712d
commit b4c038c036
6 changed files with 309 additions and 4 deletions

View File

@@ -843,6 +843,10 @@ StTooltip {
text-align: center;
}
.calendar-day-base:active {
background: #666;
}
.calendar-day-heading {
color: #666666;
}
@@ -876,6 +880,60 @@ StTooltip {
color: #333333;
}
.events-header {
height: 40px;
}
.events-day-header {
padding-left: 20px;
padding-right: 40px;
font-weight: bold;
font-size: 14px;
color: rgba(153, 153, 153, 1.0);
}
.events-day-time {
font-size: 14px;
font-weight: bold;
color: #fff;
}
.events-day-task {
font-weight: bold;
font-size: 14px;
color: rgba(153, 153, 153, 1.0);
}
.events-day-name-box {
width: 50px;
}
.events-time-box {
width: 70px;
}
.events-event-box {
width: 300px;
}
.events-no-events {
font-weight: bold;
padding-left: 40px;
padding-right: 40px;
font-size: 14px;
color: rgba(153, 153, 153, 1.0);
}
.open-calendar {
padding-bottom: 12px;
padding-left: 12px;
height: 40px;
}
.open-calendar:hover {
background: #666;
}
/* Message Tray */
#message-tray {
background-gradient-direction: vertical;