fix event html construction (fixes #2646)
This commit is contained in:
@@ -179,6 +179,24 @@ blockquote.shared_content {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.event-summary {
|
||||
margin: 0px 0px 10px 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.vevent .event-summary {
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.vevent .event-description {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.event-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.settings-heading a:after{
|
||||
content: ' »';
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user