Skip to content
Snippets Groups Projects
Commit c1944e56 authored by anonymous's avatar anonymous
Browse files

fix search box alignment

parent a2fedcd3
Branches
Tags
No related merge requests found
......@@ -1015,7 +1015,7 @@ body {
.search-box-container{
width:100%;
max-width: 465px;
max-width: 430px;
margin-bottom: 60px;
margin-left: 250px;
}
......@@ -1024,6 +1024,7 @@ body {
font-size: 87%;
font-weight: 300;
padding: 0px;
padding-right: 35px;
padding-left: 5px;
width: 100%;
line-height: 1.1;
......@@ -1040,7 +1041,7 @@ body {
width: 25px;
background: url(/base/images/Icon-Suche.png);
background-size: 25px 25px;
right: 5px;
right: -28px;
top: -25px;
position: relative;
float: right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment