fix search box on authenticated homepage

This commit is contained in:
Devin Howard 2015-12-24 15:19:03 +08:00
parent 8394e0ce86
commit a45d0f7791
2 changed files with 1 additions and 7 deletions

View file

@ -19,12 +19,6 @@
}
}
.explorePage .sidebarSearchField,
.explorePage .sidebarSearch .tt-hint {
width: 380px;
padding: 5px 10px 5px 10px;
}
.sidebarSearchIcon {
float: left;
width: 72px;

View file

@ -47,7 +47,7 @@
Metamaps.Maps.Active = <%= @maps.to_json.html_safe %>;
Metamaps.currentSection = "";
Metamaps.currentPage = "";
Metamaps.GlobalUI.Search.isOpen = true;
Metamaps.GlobalUI.Search.open();
Metamaps.GlobalUI.Search.lock();
</script>
<% end %>