Updated position of search

This commit is contained in:
Torkel Ödegaard 2015-02-07 16:16:17 +01:00
parent 9818f81c5f
commit 7ab83bf47f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.gf-box.search-container {
left: 54px;
left: 52px;
top: 33px;
margin: 15px;
z-index: 1000;

View File

@ -18,6 +18,10 @@
display: block;
}
.search-container {
left: 200px;
}
.main-view {
padding-left: 200px;
}