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
05d2e78c
Commit
05d2e78c
authored
Dec 04, 2017
by
Karl Hasselbring
Browse files
Fixed: Suchleiste scrollt jetzt wieder mit
Improved: Ergebnisabstand leicht verringert
parent
be3404f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result.less
View file @
05d2e78c
/* Ergebnis */
/* Ergebnis */
.result {
.result {
margin-top:
3
0px;
margin-top:
2
0px;
margin-bottom:
3
0px;
margin-bottom:
2
0px;
padding-bottom:
3
0px;
padding-bottom:
2
0px;
width: 100%;
width: 100%;
.result-title {
.result-title {
margin: 0px;
margin: 0px;
...
...
resources/assets/less/metager/searchbar.less
View file @
05d2e78c
...
@@ -264,6 +264,8 @@ div:hover>.searchbar-tooltip {
...
@@ -264,6 +264,8 @@ div:hover>.searchbar-tooltip {
}
}
#research-bar {
#research-bar {
position: fixed;
width: 100%;
padding: 10px 60px 0px 10px;
padding: 10px 60px 0px 10px;
background-color: white;
background-color: white;
border-bottom: 2px solid rgb(255, 128, 0);
border-bottom: 2px solid rgb(255, 128, 0);
...
@@ -273,4 +275,12 @@ div:hover>.searchbar-tooltip {
...
@@ -273,4 +275,12 @@ div:hover>.searchbar-tooltip {
flex-direction: column;
flex-direction: column;
padding-right: 10px;
padding-right: 10px;
}
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
@media (max-width: @screen-xs-max) {
height: 141.6px;
}
}
}
\ No newline at end of file
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