Merge branch 'master' of git://github.com/friendika/friendika

This commit is contained in:
Tobias Diekershoff 2011-06-09 10:20:47 +02:00
commit 7ffd0ee41a
13 changed files with 149 additions and 56 deletions

View file

@ -2227,6 +2227,25 @@ a.mail-list-link {
font-size: 24px;
}
#new-event-link {
margin-bottom: 10px;
}
.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;
}