Skip to content
Snippets Groups Projects
Commit dd916d35 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Made dates bold, so they are easier to find and compare

parent 94e3a8b9
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -368,6 +368,9 @@ a {
font-size: 14px;
line-height: 1.3;
clear: both;
.date {
font-weight: bold;
}
p {
margin: 0;
margin-bottom: 4px;
......
......@@ -81,7 +81,7 @@
</div>
@else
@if( $metager->getFokus() == "nachrichten" )
<div class="description">{{ isset($result->additionalInformation["date"])?date("Y-m-d H:i:s", $result->additionalInformation["date"]):"" }} {{ $result->descr }}</div>
<div class="description"><span class="date">{{ isset($result->additionalInformation["date"])?date("Y-m-d H:i:s", $result->additionalInformation["date"]):"" }}</span> {{ $result->descr }}</div>
@else
<div class="description">{{ $result->descr }}</div>
@endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment