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

Fixed: Probleme mit border und schriftpositionen

parent d7d99f24
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
appearance: none; appearance: none;
background-color: transparent; background-color: transparent;
padding-right: 35px; padding-right: 35px;
font-family: FontAwesome, sans-serif;
border: none;
&>option {
font-family: FontAwesome, sans-serif;
}
} }
&:after { &:after {
content: "\f078"; content: "\f078";
...@@ -152,6 +157,7 @@ ...@@ -152,6 +157,7 @@
border: 1px solid #aaa; border: 1px solid #aaa;
border-top: none; border-top: none;
border-radius: 5px; border-radius: 5px;
display: flex;
} }
.search-input-submit { .search-input-submit {
border: 1px solid #aaa; border: 1px solid #aaa;
...@@ -172,12 +178,21 @@ ...@@ -172,12 +178,21 @@
} }
.resultpage-searchbar { .resultpage-searchbar {
padding: 5px 0px 0px 5px; padding: 5px;
:first-child { :first-child {
border-left: none; border-left: none;
} }
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
padding: 5px; .search-focus-selector {
border: 1px solid #aaa;
border-top: none;
border-radius: 5px;
display: flex;
}
.search-input-submit {
border: 1px solid #aaa;
border-radius: 5px;
}
>* { >* {
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 5px; border-radius: 5px;
......
...@@ -190,16 +190,6 @@ textarea#message { ...@@ -190,16 +190,6 @@ textarea#message {
margin-right: 0; margin-right: 0;
} }
select[name=focus] {
font-family: FontAwesome, sans-serif;
padding: 0.5em;
border: 0;
border-radius: 0;
&>option {
font-family: FontAwesome, sans-serif;
}
}
.input-group-addon { .input-group-addon {
padding: 0; padding: 0;
} }
......
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