1
0
Fork 0

more calendar work, undo strict_privacy flag to use different approach

This commit is contained in:
Friendika 2011-06-08 21:06:02 -07:00
commit df8ac668b8
10 changed files with 119 additions and 51 deletions

View file

@ -2227,6 +2227,21 @@ a.mail-list-link {
font-size: 24px;
}
.event-description:before {
content: url('../../../images/calendar.png');
margin-right: 15px;
}
.event-start, .event-end {
margin-left: 10px;
width: 330px;
clear: both;
}
.event-start .dtstart, .event-end .dtend {
float: right;
}
.calendar {
font-family: Courier, monospace;
}