Fix search field in the header of the mobile version

This commit is contained in:
flaburgan 2014-03-15 16:54:11 +01:00
parent 6947a1945c
commit 53b1f9effd

View file

@ -69,8 +69,9 @@ header {
-moz-box-shadow: -2px 0px 2px 1px #333;
-webkit-box-shadow: -2px 0px 2px 1px #333;
header {
width: 80%;
header {
left: 100%;
right: -80%;
#global_search {
margin-left: 10px;