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
1ca201bf
Commit
1ca201bf
authored
Jan 30, 2020
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added basic back to top link
parent
0d322986
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
resources/less/metager/pages/resultpage/result-page.less
resources/less/metager/pages/resultpage/result-page.less
+4
-2
resources/views/layouts/researchandtabs.blade.php
resources/views/layouts/researchandtabs.blade.php
+2
-0
resources/views/layouts/resultPage.blade.php
resources/views/layouts/resultPage.blade.php
+2
-0
No files found.
resources/less/metager/pages/resultpage/result-page.less
View file @
1ca201bf
...
...
@@ -387,6 +387,10 @@ a {
margin-top: 0;
}
}
#backtotop {
text-align: center;
margin: 1em 0;
}
}
#additions-container {
grid-area: additions;
...
...
@@ -626,9 +630,7 @@ a {
}
footer.resultPageFooter {
max-width: @results-width-max;
margin-top: 20px;
@media (max-width: (2 * @results-margin-left + @results-width-max - 1px)) {
margin: 20px 0 0 0;
}
...
...
resources/views/layouts/researchandtabs.blade.php
View file @
1ca201bf
...
...
@@ -26,9 +26,11 @@
</div>
@include('parts.filter')
<div
id=
"results-container"
>
<span
name=
"top"
></span>
@include('parts.errors')
@include('parts.warnings')
@yield('results')
<div
id=
"backtotop"
><a
href=
"#top"
>
Zum Anfang der Seite
</a></div>
</div>
<div
id=
"additions-container"
>
@include('layouts.keyboardNavBox')
...
...
resources/views/layouts/resultPage.blade.php
View file @
1ca201bf
...
...
@@ -43,9 +43,11 @@
<link
rel=
"stylesheet"
href=
"/css/noheader.css"
>
<div
id=
"resultpage-container-noheader"
>
<div
id=
"results-container"
>
<span
name=
"top"
></span>
@include('parts.errors')
@include('parts.warnings')
@yield('results')
<div
id=
"backtotop"
><a
href=
"#top"
>
Zum Anfang der Seite
</a></div>
</div>
</div>
@include('parts.footer', ['type' => 'resultpage', 'id' => 'resultPageFooter'])
...
...
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