diff --git a/app/views/queries/_filters.rhtml b/app/views/queries/_filters.rhtml index ec9d4fef6..c9d612364 100644 --- a/app/views/queries/_filters.rhtml +++ b/app/views/queries/_filters.rhtml @@ -78,7 +78,7 @@ function toggle_multi_select(field) { - <%= link_to_function image_tag('expand.png'), "toggle_multi_select('#{field}');" %> + <%= link_to_function image_tag('bullet_toggle_plus.png'), "toggle_multi_select('#{field}');", :style => "vertical-align: bottom;" %> <% when :date, :date_past %> <%= text_field_tag "values[#{field}][]", query.values_for(field), :id => "values_#{field}", :size => 3, :class => "select-small" %> <%= l(:label_day_plural) %> <% when :string, :text %> diff --git a/public/images/expand.png b/public/images/expand.png deleted file mode 100644 index 3e3aaa441..000000000 Binary files a/public/images/expand.png and /dev/null differ