Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
01e2e329
Commit
01e2e329
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved: Startseite hat jetzt eine mobile Version
parent
61572230
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
16 deletions
+32
-16
resources/assets/less/metager/footer.less
resources/assets/less/metager/footer.less
+5
-0
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+24
-13
resources/views/parts/footer.blade.php
resources/views/parts/footer.blade.php
+3
-3
No files found.
resources/assets/less/metager/footer.less
View file @
01e2e329
...
...
@@ -26,4 +26,9 @@ footer {
color: @result-page-color-black;
}
}
@media (max-width: @screen-xs-max) {
img {
display: none;
}
}
}
\ No newline at end of file
resources/assets/less/metager/searchbar.less
View file @
01e2e329
...
...
@@ -138,33 +138,44 @@
border-radius: 5px;
}
}
@media (max-width: @screen-xs-max) {
>* {
border: 1px solid #aaa;
border-radius: 5px;
min-height: 40px;
&:not(:first-child) {
border-left: 1px solid #aaa;
}
}
*:not(.search-submit) {
width: 100%;
}
}
}
.resultpage-searchbar {
margin: 5px 0px 0px 5px;
:first-child {
border-left: none;
}
:first-child {
border-left: none;
}
}
.searchbar-tooltip {
display: none;
position:absolute;
display: none;
position:
absolute;
margin-top: 40px;
& > .searchbar-tooltip-arrow {
width: 0;
height: 0;
&>.searchbar-tooltip-arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ff8000;
margin-left: 5%;
}
& > .searchbar-tooltip-content {
&>.searchbar-tooltip-content {
position: relative;
margin-left: -45%;
&
>
p {
&
>
p {
display: inline-block;
background: #ff8000;
border-radius: .25em;
...
...
@@ -175,6 +186,6 @@
}
}
div:hover
>
.searchbar-tooltip {
div:hover
>
.searchbar-tooltip {
display: inline-block;
}
\ No newline at end of file
resources/views/parts/footer.blade.php
View file @
01e2e329
...
...
@@ -5,11 +5,11 @@
<
img
src
=
"/img/suma_ev_logo-m1-greyscale.png"
alt
=
"SUMA-EV Logo"
></
a
>
</
div
>
<
div
id
=
"info"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
kontakt
") }}"
>
{{
trans
(
'staticPages.nav5'
)
}}
</
a
>
-
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
impressum
") }}"
>
{{
trans
(
'staticPages.nav8'
)
}}
</
a
>
{{
trans
(
'staticPages.sumaev.1'
)
}}
<
a
href
=
"https://www.suma-ev.de/"
>
{{
trans
(
'staticPages.sumaev.2'
)
}}
</
a
>
<
span
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
kontakt
") }}"
>
{{
trans
(
'staticPages.nav5'
)
}}
</
a
>
-
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
impressum
") }}"
>
{{
trans
(
'staticPages.nav8'
)
}}
</
a
>
</
span
>
<
span
class
=
"hidden-xs"
>
{{
trans
(
'staticPages.sumaev.1'
)
}}
<
a
href
=
"https://www.suma-ev.de/"
>
{{
trans
(
'staticPages.sumaev.2'
)
}}
</
a
>
</
span
>
</
div
>
<
div
>
<
a
href
=
"https://www.uni-hannover.de/"
>
<
a
href
=
"https://www.uni-hannover.de/"
>
<
img
src
=
"/img/luh_metager.png"
alt
=
"LUH Logo"
></
a
>
</
div
>
</
footer
>
...
...
Write
Preview
Markdown
is supported
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