fix search box on authenticated homepage
This commit is contained in:
parent
8394e0ce86
commit
a45d0f7791
2 changed files with 1 additions and 7 deletions
|
@ -19,12 +19,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.explorePage .sidebarSearchField,
|
|
||||||
.explorePage .sidebarSearch .tt-hint {
|
|
||||||
width: 380px;
|
|
||||||
padding: 5px 10px 5px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebarSearchIcon {
|
.sidebarSearchIcon {
|
||||||
float: left;
|
float: left;
|
||||||
width: 72px;
|
width: 72px;
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
Metamaps.Maps.Active = <%= @maps.to_json.html_safe %>;
|
Metamaps.Maps.Active = <%= @maps.to_json.html_safe %>;
|
||||||
Metamaps.currentSection = "";
|
Metamaps.currentSection = "";
|
||||||
Metamaps.currentPage = "";
|
Metamaps.currentPage = "";
|
||||||
Metamaps.GlobalUI.Search.isOpen = true;
|
Metamaps.GlobalUI.Search.open();
|
||||||
Metamaps.GlobalUI.Search.lock();
|
Metamaps.GlobalUI.Search.lock();
|
||||||
</script>
|
</script>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue