fix event html construction (fixes #2646)
This commit is contained in:
parent
553428d1b1
commit
dcbf4d6d11
3 changed files with 38 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue