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