Skip to content

Commit

Permalink
Merge pull request #5555 from will-moore/fix_filter_by_name_refresh
Browse files Browse the repository at this point in the history
Fix filter_by_name refresh
  • Loading branch information
joshmoore committed Oct 24, 2017
2 parents 267b0c4 + 8191c2b commit fd44ecc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="layout_chooser">
<button id="icon_layout" title="View as Thumbnails" class="<% if (layout === 'icon') print('checked') %>" /><button id="table_layout" title="View as List" class="<% if (layout === 'table') print('checked') %>" />
</div>
<form class="search filtersearch" id="filtersearch" action="#" style="top:8px; width:90%">
<div class="search filtersearch" id="filtersearch" style="top:8px; width:90%">
<div style="float:left; font-size: 16px">Filter:</div>
<div id="filtersContainer" style="float:left">
<div id="filterrating" class="imagefilter">
Expand Down Expand Up @@ -31,7 +31,7 @@
<option disabled>──────────</option>
<option value="removeAll">Remove all filters</option>
</select>
</form>
</div>
</div>
<div style="position:absolute; bottom:0px; left:0px; right:0px; height: 25px; border-right:0px" class="toolbar">
<div id="thumb_size_slider" class="thumb_size_slider" title="Zoom Thumbnails"></div>
Expand Down

0 comments on commit fd44ecc

Please sign in to comment.