Skip to content
Snippets Groups Projects
Commit 05d2e78c authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Fixed: Suchleiste scrollt jetzt wieder mit

Improved: Ergebnisabstand leicht verringert
parent be3404f8
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
/* Ergebnis */ /* Ergebnis */
.result { .result {
margin-top: 30px; margin-top: 20px;
margin-bottom: 30px; margin-bottom: 20px;
padding-bottom: 30px; padding-bottom: 20px;
width: 100%; width: 100%;
.result-title { .result-title {
margin: 0px; margin: 0px;
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment