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

Improved: Startseite hat jetzt eine mobile Version

parent 61572230
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -26,4 +26,9 @@ footer { ...@@ -26,4 +26,9 @@ footer {
color: @result-page-color-black; color: @result-page-color-black;
} }
} }
@media (max-width: @screen-xs-max) {
img {
display: none;
}
}
} }
\ No newline at end of file
...@@ -138,33 +138,44 @@ ...@@ -138,33 +138,44 @@
border-radius: 5px; 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 { .resultpage-searchbar {
margin: 5px 0px 0px 5px; margin: 5px 0px 0px 5px;
:first-child { :first-child {
border-left: none; border-left: none;
} }
} }
.searchbar-tooltip { .searchbar-tooltip {
display: none; display: none;
position:absolute; position: absolute;
margin-top: 40px; margin-top: 40px;
&>.searchbar-tooltip-arrow {
& > .searchbar-tooltip-arrow { width: 0;
width: 0; height: 0;
height: 0;
border-left: 5px solid transparent; border-left: 5px solid transparent;
border-right: 5px solid transparent; border-right: 5px solid transparent;
border-bottom: 5px solid #ff8000; border-bottom: 5px solid #ff8000;
margin-left: 5%; margin-left: 5%;
} }
&>.searchbar-tooltip-content {
& > .searchbar-tooltip-content {
position: relative; position: relative;
margin-left: -45%; margin-left: -45%;
& > p { &>p {
display: inline-block; display: inline-block;
background: #ff8000; background: #ff8000;
border-radius: .25em; border-radius: .25em;
...@@ -175,6 +186,6 @@ ...@@ -175,6 +186,6 @@
} }
} }
div:hover > .searchbar-tooltip { div:hover>.searchbar-tooltip {
display: inline-block; display: inline-block;
} }
\ No newline at end of file
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
<img src="/img/suma_ev_logo-m1-greyscale.png" alt="SUMA-EV Logo"></a> <img src="/img/suma_ev_logo-m1-greyscale.png" alt="SUMA-EV Logo"></a>
</div> </div>
<div id="info"> <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> <span><a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "kontakt") }}">{{ trans('staticPages.nav5') }}</a> - <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "impressum") }}">{{ trans('staticPages.nav8') }}</a></span>
{{ trans('staticPages.sumaev.1') }}<a href="https://www.suma-ev.de/">{{ trans('staticPages.sumaev.2') }}</a> <span class="hidden-xs">{{ trans('staticPages.sumaev.1') }}<a href="https://www.suma-ev.de/">{{ trans('staticPages.sumaev.2') }}</a></span>
</div> </div>
<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> <img src="/img/luh_metager.png" alt="LUH Logo"></a>
</div> </div>
</footer> </footer>
......
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