Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Issue #507 - Refactored fix broken UI when start UA
Browse files Browse the repository at this point in the history
Paring with bwagner
  • Loading branch information
Jefferson Stachelski committed Dec 7, 2015
1 parent 4917cee commit 6366a61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web-ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion web-ui/app/js/search/search_trigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ define(

this.render = function() {
this.$node.html(templates.search.trigger());
this.$node.removeClass('hidden');
};

this.search = function(ev, data) {
Expand Down
2 changes: 1 addition & 1 deletion web-ui/app/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ section {
background: darken(white, 5%);
}
}
&:before {
form:before {
font-family: "FontAwesome";
content: "\f002";
position: absolute;
Expand Down

0 comments on commit 6366a61

Please sign in to comment.