Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b4430fba
Commit
b4430fba
authored
Oct 04, 2017
by
Karl Hasselbring
Browse files
Erster Design Entwurf umgesetzt
parent
6fbe3b9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
b4430fba
...
...
@@ -48,7 +48,6 @@ footer {
#map,
#map div {
display: flex;
margin: 0;
}
.nav-tabs>li>a {
...
...
@@ -297,7 +296,7 @@ a {
}
.result {
margin-
bot
to
m
:
1
0px;
margin-to
p
:
3
0px;
width: 100%;
&>.number {
font-size: 15px;
...
...
@@ -375,7 +374,7 @@ a {
}
img {
margin: 5px;
margin-left: 0;
margin-left: 0
px
;
margin-right: 15px;
height: auto;
width: auto;
...
...
@@ -384,11 +383,14 @@ a {
border: solid 1px @result-description-img-border-color;
}
}
&.ad .description {
max-width: 115ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&.ad {
margin-left: 30px;
.description {
max-width: 115ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.hoster {
font-size: 13px;
...
...
@@ -617,7 +619,8 @@ a {
}
.resultContainer {
margin-left: 0px;
margin: 0px;
padding: 0px;
@media(max-width: @screen-xs-max) {
padding-right: 0px;
}
...
...
resources/views/layouts/ad.blade.php
View file @
b4430fba
@
if
(
isset
(
$ad
)
&&
!
$apiAuthorized
)
<
div
class
=
"result ad row"
>
<
div
class
=
"number col-sm-1"
></
div
>
<
div
class
=
"resultInformation col-sm-10"
>
<
p
class
=
"title"
>
<
a
class
=
"title"
href
=
"{{
$ad->link
}}"
target
=
"{{
$metager->getNewtab
() }}"
data
-
hoster
=
"{{
$ad->gefVon
}}"
data
-
count
=
"0"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment