From: rabuzarus <> Date: Wed, 18 Oct 2017 18:18:50 +0000 (+0200) Subject: frio: fix margin and title for events X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5ce73b1f86f33c6bb4d56098d9d932f87d6983b;p=friendica.git frio: fix margin and title for events --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 987a64eef0..511f155354 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2463,6 +2463,9 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .modal-body .vevent .event-summary { display: none; } +#event-preview .vevent .event-summary { + display: block; +} /* Event Cards */ .event-card-details, .event-card-header { @@ -2510,6 +2513,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover { color: #555; line-height: 15px; font-weight: bold; + margin: 0; } .event-card .event-card-location { margin-top: 10px;