Search button position in menu at the good place

This commit is contained in:
Marc Ducobu 2015-06-30 13:48:28 +02:00
parent 4d5dd2a70d
commit 1fe361a927

View File

@ -33,9 +33,11 @@
button {
color: $chill-light-gray;
background-color: $chill-blue;
padding: 0 0 0 5px;
float: left;
padding: 0 0 0 7px;
top: inherit;
font-size: 1.2em;
position: unset;
float: left;
}
}
}