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
0ab7ebf6
Commit
0ab7ebf6
authored
May 04, 2018
by
Karl Hasselbring
Browse files
Quicktips entsprechend umgebaut, jetzt mit richtiger Struktur für alle Varianten
parent
cc33171c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result.less
View file @
0ab7ebf6
...
...
@@ -50,8 +50,13 @@
}
}
}
<<<<<<< Updated upstream
.result-body {
margin-top: 20px;
=======
.resultpage-body {
margin-top: 10px;
>>>>>>> Stashed changes
.result-description {
margin-bottom: 3px;
word-break: break-word;
...
...
@@ -84,7 +89,7 @@
}
}
.result-footer {
margin-top:
25
px;
margin-top:
10
px;
display: flex;
flex-wrap: wrap;
overflow: auto;
...
...
resources/views/parts/quicktip.blade.php
View file @
0ab7ebf6
...
...
@@ -40,15 +40,27 @@
</
details
>
@
else
<
div
class
=
"quicktip-summary"
>
@
if
(
$quicktip
->
title
!=
""
)
<
h1
>
@
if
(
$quicktip
->
link
!=
""
)
<
a
href
=
"{{
$quicktip->link
}}"
>
{{
$quicktip
->
title
}}
</
a
>
@
else
{{
$quicktip
->
title
}}
<
div
class
=
"quicktip-headline"
>
@
if
(
$quicktip
->
title
!=
""
)
<
h1
class
=
"quicktip-title"
>
@
if
(
$quicktip
->
link
!=
""
)
<
a
href
=
"{{
$quicktip->link
}}"
>
{{
$quicktip
->
title
}}
</
a
>
@
else
{{
$quicktip
->
title
}}
@
endif
</
h1
>
<
div
class
=
"space-taker"
></
div
>
@
if
(
$quicktip
->
gefVonLink
!=
""
)
<
a
class
=
"quicktip-hoster"
href
=
"{{
$quicktip->gefVonLink
}}"
target
=
"_blank"
rel
=
"noopener"
>
@
if
(
$quicktip
->
gefVonTitle
!=
""
)
{{
$quicktip
->
gefVonTitle
}}
@
else
{{
$quicktip
->
gefVonTitle
}}
@
endif
</
a
>
@
endif
</
h1
>
@
endif
@
endif
</
div
>
<
p
>
{
!!
$quicktip
->
descr
!!
}
</
p
>
</
div
>
@
endif
\ No newline at end of file
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