Merge pull request #3807 from rabuzarus/20171018_-_frio_fix_some_event_stream_stuff
fix some small css in frio for displaying events in the stream
This commit is contained in:
commit
a6d6d2c482
|
@ -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;
|
||||||
|
@ -2535,9 +2539,8 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
.event-card .event-card-content .event-location-map .map{
|
.event-card .event-card-content .event-location-map .map{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
.event-card .description {
|
||||||
.event-card .event-description .seperator {
|
margin-top: 10px;
|
||||||
margin-top: 0;
|
|
||||||
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
|
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
|
||||||
}
|
}
|
||||||
/* Photos Pages */
|
/* Photos Pages */
|
||||||
|
|
|
@ -37,8 +37,7 @@
|
||||||
|
|
||||||
{{if $description}}
|
{{if $description}}
|
||||||
<div class="description event-description">
|
<div class="description event-description">
|
||||||
<hr class="seperator" />
|
|
||||||
{{$description}}
|
{{$description}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user