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

Fixed: Probleme mit border und schriftpositionen

parent 4ac21976
No related branches found
No related tags found
4 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign
......@@ -16,6 +16,11 @@
appearance: none;
background-color: transparent;
padding-right: 35px;
font-family: FontAwesome, sans-serif;
border: none;
&>option {
font-family: FontAwesome, sans-serif;
}
}
&:after {
content: "\f078";
......@@ -152,6 +157,7 @@
border: 1px solid #aaa;
border-top: none;
border-radius: 5px;
display: flex;
}
.search-input-submit {
border: 1px solid #aaa;
......@@ -172,12 +178,21 @@
}
.resultpage-searchbar {
padding: 5px 0px 0px 5px;
padding: 5px;
:first-child {
border-left: none;
}
@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-radius: 5px;
......
......@@ -190,16 +190,6 @@ textarea#message {
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 {
padding: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment