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

Fixed: Style der Suchleiste auf der Ergebnisseite repariert

parent a696b474
No related branches found
No related tags found
4 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign
...@@ -309,6 +309,9 @@ a { ...@@ -309,6 +309,9 @@ a {
#logo-searchbar-container { #logo-searchbar-container {
display: flex; display: flex;
@media (max-width: @screen-xs-max) {
flex-direction: column;
}
} }
.mg-logo { .mg-logo {
......
...@@ -157,8 +157,6 @@ ...@@ -157,8 +157,6 @@
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 5px; border-radius: 5px;
} }
}
@media (max-width: @screen-xs-max) {
>* { >* {
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 5px; border-radius: 5px;
...@@ -174,8 +172,22 @@ ...@@ -174,8 +172,22 @@
} }
.resultpage-searchbar { .resultpage-searchbar {
margin: 5px 0px 0px 5px; padding: 5px 0px 0px 5px;
:first-child { :first-child {
border-left: none; border-left: none;
} }
@media (max-width: @screen-xs-max) {
padding: 5px;
>* {
border: 1px solid #aaa;
border-radius: 5px;
min-height: 40px;
&:not(:first-child) {
border-left: 1px solid #aaa;
}
}
*:not(.search-submit) {
width: 100%;
}
}
} }
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="container"> <div class="container">
<div class="row" id="logo-searchbar-container"> <div class="row" id="logo-searchbar-container">
<div id="header-logo"> <div id="header-logo">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"><h1 class="mg-logo">M<span class="hidden-xs">eta</span>G<span class="hidden-xs">er</span></h1></a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"><h1 class="mg-logo">MetaGer</h1></a>
</div> </div>
<div id="header-searchbar"> <div id="header-searchbar">
@include('parts.searchbar', ['class' => 'resultpage-searchbar', 'request' => Request::method()]) @include('parts.searchbar', ['class' => 'resultpage-searchbar', 'request' => Request::method()])
......
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