Skip to content
Snippets Groups Projects
Commit 7e322236 authored by Aria Givi's avatar Aria Givi
Browse files

optionen-dialog wird jetzt auf der ergebnisseite vernuenftig angezeigt

parent c6558695
No related branches found
No related tags found
5 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign,!1105Searchbar button redesign
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
display: flex; display: flex;
align-items: center; align-items: center;
position: relative;
&>button { &>button {
border: none; border: none;
...@@ -31,15 +32,12 @@ ...@@ -31,15 +32,12 @@
.search-option-frame { .search-option-frame {
display: none; display: none;
position: absolute; position: absolute;
top: 290px; background-color: white;
top: 50px;
padding: 10px; padding: 10px;
border: 1px solid rgb(175, 175, 175); border: 1px solid rgb(175, 175, 175);
border-radius: 4px; border-radius: 4px;
@media (max-width: @screen-xs-max) {
top: 160px;
}
.searchbar-options-arrow { .searchbar-options-arrow {
width: 0; width: 0;
height: 0; height: 0;
......
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