summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/index.html2
-rw-r--r--web-ui/app/js/search/search_trigger.js1
-rw-r--r--web-ui/app/scss/styles.scss2
3 files changed, 2 insertions, 3 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index cf6ba5ea..a302992c 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -71,7 +71,7 @@
<div id="compose" class="column small-12 large-4 no-padding">
<div id="compose-trigger"></div>
</div>
- <div id="search-trigger" class="small-12 large-8 columns no-padding hidden">
+ <div id="search-trigger" class="small-12 large-8 columns no-padding">
</div>
</div>
<ul id="list-actions"></ul>
diff --git a/web-ui/app/js/search/search_trigger.js b/web-ui/app/js/search/search_trigger.js
index e64d7aff..4b9cb1dc 100644
--- a/web-ui/app/js/search/search_trigger.js
+++ b/web-ui/app/js/search/search_trigger.js
@@ -36,7 +36,6 @@ define(
this.render = function() {
this.$node.html(templates.search.trigger());
- this.$node.removeClass('hidden');
};
this.search = function(ev, data) {
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 59478583..8a3a44d5 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -301,7 +301,7 @@ section {
background: darken(white, 5%);
}
}
- &:before {
+ form:before {
font-family: "FontAwesome";
content: "\f002";
position: absolute;