fix event html construction (fixes #2646)

This commit is contained in:
rabuzarus 2017-10-13 20:03:47 +02:00
commit dcbf4d6d11
3 changed files with 38 additions and 12 deletions

View file

@ -2447,9 +2447,19 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
.event-buttons .plink-event-link {
margin-left: 20px;
}
.vevent .event-summary {
font-size: 16px;
}
.vevent .event-description {
padding: 10px 0;
}
.vevent .event-location .location {
font-size: inherit;
color: inherit;
}
.modal-body .vevent .event-summary {
display: none;
}
/* Event Cards */
.event-card-details, .event-card-header {