Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
01e2e329
Commit
01e2e329
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved: Startseite hat jetzt eine mobile Version
parent
61572230
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
16 deletions
+32
-16
resources/assets/less/metager/footer.less
resources/assets/less/metager/footer.less
+5
-0
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+24
-13
resources/views/parts/footer.blade.php
resources/views/parts/footer.blade.php
+3
-3
No files found.
resources/assets/less/metager/footer.less
View file @
01e2e329
...
@@ -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
resources/assets/less/metager/searchbar.less
View file @
01e2e329
...
@@ -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
resources/views/parts/footer.blade.php
View file @
01e2e329
...
@@ -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
>
...
...
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