#921 use opasity

This commit is contained in:
Alexander Machehin 2013-02-21 18:08:43 +06:00
parent 9b3ea3fe89
commit f71c3d9171
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

View File

@ -1771,3 +1771,7 @@ table#myTable thead tr.search th form.button_to div input {
width: 330px;
.actions { width: 15px; }
}
.semi {
opacity: 0.5;
}

View File

@ -50,12 +50,12 @@
%h3.medium= t '_on'
-date = @filter.updated_at_start ? @filter.updated_at_start.strftime('%d/%m/%Y') : nil
=f.text_field :updated_at_start, :readonly => "readonly", :size => 10, :class => 'mediumheight min input_cleanse', :value => date
=link_to image_tag('x-pale.png', :alt => 'x'), '#filter_updated_at_start', :id => 'updated_at_clear'
=link_to image_tag('x.png', :alt => 'x', :class => 'semi'), '#filter_updated_at_start', :id => 'updated_at_clear'
.floatright
%h3.medium= t 'until'
-date = @filter.updated_at_end ? @filter.updated_at_end.strftime('%d/%m/%Y') : nil
=f.text_field :updated_at_end, :readonly => "readonly", :size => 10, :class => 'mediumheight min input_cleanse', :value => date
=link_to image_tag('x-pale.png', :alt => 'x'), '#filter_updated_at_end', :id => 'updated_at_clear'
=link_to image_tag('x.png', :alt => 'x', :class => 'semi'), '#filter_updated_at_end', :id => 'updated_at_clear'
.both
%h3.medium= t 'layout.build_lists.project_name_search'
%input#filter_project_name.mediumheight.input_cleanse{:name => "filter[project_name]", :size => "30", :type => "text"}/