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

Style für Key auf Ergebnisseite repariert

parent 7e3558fd
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
max-width: 600px; max-width: 600px;
.search-key { .search-key {
display: flex; display: flex;
border-right: 1px solid @startpage-border-color; z-index: 1;
#input-key { #input-key {
margin: 0; margin: 0;
padding: 0px; padding: 0px;
...@@ -115,6 +115,9 @@ ...@@ -115,6 +115,9 @@
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
max-width: initial; max-width: initial;
} }
.search-key {
border-right: 1px solid @startpage-border-color;
}
.search-submit { .search-submit {
border-left: 1px solid #aaa; border-left: 1px solid #aaa;
} }
......
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