mirror of
https://github.com/friendica/friendica
synced 2024-11-10 10:22:53 +00:00
frio: fix margin and title for events
This commit is contained in:
parent
59ce6de50c
commit
e5ce73b1f8
1 changed files with 4 additions and 0 deletions
|
@ -2463,6 +2463,9 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
.modal-body .vevent .event-summary {
|
.modal-body .vevent .event-summary {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#event-preview .vevent .event-summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* Event Cards */
|
/* Event Cards */
|
||||||
.event-card-details, .event-card-header {
|
.event-card-details, .event-card-header {
|
||||||
|
@ -2510,6 +2513,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
color: #555;
|
color: #555;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
.event-card .event-card-location {
|
.event-card .event-card-location {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
Loading…
Reference in a new issue