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

Erster Design Entwurf umgesetzt

parent 6fbe3b9b
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -48,7 +48,6 @@ footer { ...@@ -48,7 +48,6 @@ footer {
#map, #map,
#map div { #map div {
display: flex; display: flex;
margin: 0;
} }
.nav-tabs>li>a { .nav-tabs>li>a {
...@@ -297,7 +296,7 @@ a { ...@@ -297,7 +296,7 @@ a {
} }
.result { .result {
margin-bottom: 10px; margin-top: 30px;
width: 100%; width: 100%;
&>.number { &>.number {
font-size: 15px; font-size: 15px;
...@@ -375,7 +374,7 @@ a { ...@@ -375,7 +374,7 @@ a {
} }
img { img {
margin: 5px; margin: 5px;
margin-left: 0; margin-left: 0px;
margin-right: 15px; margin-right: 15px;
height: auto; height: auto;
width: auto; width: auto;
...@@ -384,11 +383,14 @@ a { ...@@ -384,11 +383,14 @@ a {
border: solid 1px @result-description-img-border-color; border: solid 1px @result-description-img-border-color;
} }
} }
&.ad .description { &.ad {
max-width: 115ch; margin-left: 30px;
overflow: hidden; .description {
text-overflow: ellipsis; max-width: 115ch;
white-space: nowrap; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
.hoster { .hoster {
font-size: 13px; font-size: 13px;
...@@ -617,7 +619,8 @@ a { ...@@ -617,7 +619,8 @@ a {
} }
.resultContainer { .resultContainer {
margin-left: 0px; margin: 0px;
padding: 0px;
@media(max-width: @screen-xs-max) { @media(max-width: @screen-xs-max) {
padding-right: 0px; padding-right: 0px;
} }
......
@if(isset($ad) && !$apiAuthorized) @if(isset($ad) && !$apiAuthorized)
<div class="result ad row"> <div class="result ad row">
<div class="number col-sm-1"></div>
<div class="resultInformation col-sm-10"> <div class="resultInformation col-sm-10">
<p class="title"> <p class="title">
<a class="title" href="{{ $ad->link }}" target="{{ $metager->getNewtab() }}" data-hoster="{{ $ad->gefVon }}" data-count="0"> <a class="title" href="{{ $ad->link }}" target="{{ $metager->getNewtab() }}" data-hoster="{{ $ad->gefVon }}" data-count="0">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment