Skip to content
Snippets Groups Projects
Commit 47ada9d1 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Maximale Bildbreite angegeben.

"Anzeige" durch Partnershops ersätzt
parent 519cc6d7
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -578,5 +578,13 @@ footer a {
}
#mark {
font-size: 10px;
font-size: 13px;
}
#mark a {
margin-left: 3px;
}
.product img {
max-width: 100px;
}
\ No newline at end of file
<div class="row">
<div class="col-sm-1 hidden-xs"></div>
<div class="resultInformation col-xs-12 col-sm-11">
<span id="mark">Anzeige</span>
<span id="mark"><img src="/img/boosticon.png" alt="" height="13" /><a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "partnershops") }}" target="_blank">Partnershops</a></span>
<ul id="lightSlider" >
@foreach($products as $product)
<li>
......
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