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
b83c8c88
Commit
b83c8c88
authored
Apr 08, 2019
by
Dominik Hebeler
Browse files
Added the button to reach search settings
parent
58b8520c
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
b83c8c88
...
...
@@ -508,7 +508,7 @@ a {
transform: scaleY(0);
transition: transform .5s, max-height .5s;
}
input[type=checkbox]:checked + div.scrollbox {
input[type=checkbox]:checked + div.scrollbox
, input[type=checkbox]:checked + div.scrollbox + div#settings
{
max-height:200px;
transform: scaleY(1);
}
...
...
@@ -566,6 +566,21 @@ a {
}
}
}
#settings {
max-height: 0;
transform-origin: top;
transform: scaleY(0);
transition: transform .5s, max-height .5s;
margin-top: 4px;
text-align: center;
>a {
color: #777;
&:hover {
color: red;
}
}
}
}
#spendenaufruf {
...
...
resources/views/parts/filter.blade.php
View file @
b83c8c88
...
...
@@ -38,5 +38,8 @@
</
div
>
<
div
class
=
"scrollfade-right"
></
div
>
</
div
>
<
div
id
=
"settings"
>
<
a
href
=
"#"
>
Sucheinstellungen
</
a
>
</
div
>
</
div
>
@
endif
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