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
d7d99f24
Commit
d7d99f24
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: Style der Suchleiste auf der Ergebnisseite repariert
parent
a63437f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
resources/assets/less/metager/result-page.less
resources/assets/less/metager/result-page.less
+3
-0
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+15
-3
resources/views/layouts/researchandtabs.blade.php
resources/views/layouts/researchandtabs.blade.php
+1
-1
No files found.
resources/assets/less/metager/result-page.less
View file @
d7d99f24
...
...
@@ -309,6 +309,9 @@ a {
#logo-searchbar-container {
display: flex;
@media (max-width: @screen-xs-max) {
flex-direction: column;
}
}
.mg-logo {
...
...
resources/assets/less/metager/searchbar.less
View file @
d7d99f24
...
...
@@ -157,8 +157,6 @@
border: 1px solid #aaa;
border-radius: 5px;
}
}
@media (max-width: @screen-xs-max) {
>* {
border: 1px solid #aaa;
border-radius: 5px;
...
...
@@ -174,8 +172,22 @@
}
.resultpage-searchbar {
marg
in: 5px 0px 0px 5px;
padd
in
g
: 5px 0px 0px 5px;
:first-child {
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
resources/views/layouts/researchandtabs.blade.php
View file @
d7d99f24
...
...
@@ -14,7 +14,7 @@
<
div
class
=
"container"
>
<
div
class
=
"row"
id
=
"logo-searchbar-container"
>
<
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"
>
M
etaGer
</
h1
></
a
>
</
div
>
<
div
id
=
"header-searchbar"
>
@
include
(
'parts.searchbar'
,
[
'class'
=>
'resultpage-searchbar'
,
'request'
=>
Request
::
method
()])
...
...
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