Skip to content

Commit

Permalink
[SYNBIO-1035] Fixed Firefox rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ogennadi authored and hplahar committed Jul 13, 2015
1 parent ab90da1 commit b55f45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/search/search-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<input type="search" class="quick_search_input" ng-model="queryText" placeholder="Search">

<i class="fa fa-caret-down opacity_hover" ng-click="toggleAdvancedMenuDropdown($event)"
style="padding: 9px 5px 4px 5px; color: #999; height: 33px; background-color: #ededed; float: right"></i>
style="padding: 9px 5px 4px 5px; color: #999; height: 33px; background-color: #ededed;"></i>

<!--<i class="fa fa-search cursor_pointer blue"-->
<!--style="padding: 4px 9px 4px 5px; background-color: #fff; font-size: 19px"></i>-->
Expand Down

0 comments on commit b55f45a

Please sign in to comment.