more calendar work, undo strict_privacy flag to use different approach
This commit is contained in:
parent
a10abd4860
commit
df8ac668b8
10 changed files with 119 additions and 51 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue