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
4249cc1a
Commit
4249cc1a
authored
Nov 13, 2017
by
Karl Hasselbring
Browse files
Fixed: Fußleiste der Startseite ist jetzt dynamisch platziert
parent
af851f88
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/base.less
View file @
4249cc1a
...
...
@@ -7,9 +7,27 @@
@aufruf-winter-aufruf-action-btn-hover-border-color: @base-aufruf-winter-border-color;
@aufruf-winter-quicktip-border-color: @base-aufruf-winter-color!important;
@new-feature-badge-background-color: @base-new-feature-badge-background-color;
html {
min-height: 100%;
height: auto;
display: flex;
}
body {
flex-grow: 1;
background-color: @body-background-color;
background-attachment: fixed;
min-height: 100%;
height: auto;
display: flex;
flex-direction: column;
}
.wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
body#resultBody {
...
...
resources/assets/less/metager/footer.less
View file @
4249cc1a
...
...
@@ -17,8 +17,8 @@ footer {
max-width: 100%;
}
&.startPageFooter {
position: absolute;
bottom: 0;
//
position: absolute;
//
bottom: 0;
}
&.footer-resultpage {
justify-content: center;
...
...
resources/assets/less/metager/static-pages.less
View file @
4249cc1a
...
...
@@ -42,12 +42,6 @@ body {
}
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
}
ul.startpage {
list-style-type: none;
}
...
...
Write
Preview
Supports
Markdown
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