From f71c3d917179e1e8daead51f50793b672639057e Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Thu, 21 Feb 2013 18:08:43 +0600 Subject: [PATCH] #921 use opasity --- app/assets/images/x-pale.png | Bin 268 -> 0 bytes app/assets/stylesheets/design/custom.scss | 4 ++++ app/views/projects/build_lists/_filter.html.haml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 app/assets/images/x-pale.png diff --git a/app/assets/images/x-pale.png b/app/assets/images/x-pale.png deleted file mode 100644 index e0a0d527eda3cd1a608f795a72dd6686ec96a636..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kg=CK)Uj~LMRR)HJW(J0z|AF*N z28L1t28LG&3=CE?7#PI!C&eFi1FGdL@Q5sCVBi)4Va7{$>;3=*CwaO!hG+yQ_w@9n zFf__>*Z%+iUs7($yge0yIt;9LpZ)sP)5F81s;-yE!rf?MGw+7j|CFTP|J8+W-?N{2 zVIjW|bE1H>4%-ywm5kE=N|M^`T?~1gO%%1;PBvayG^1$|XO__}M~Se-x7xC_Z+PCg z(|xwnp!7-RfoF~}+a|oroYXw^Nk{Wfxg6mj9p!d8558mU3^o^BO*TyGdjfPFgQu&X J%Q~loCIA9uTeAQF diff --git a/app/assets/stylesheets/design/custom.scss b/app/assets/stylesheets/design/custom.scss index 5e0523789..486eaedf3 100644 --- a/app/assets/stylesheets/design/custom.scss +++ b/app/assets/stylesheets/design/custom.scss @@ -1770,4 +1770,8 @@ table#myTable thead tr.search th form.button_to div input { #extra-repos-and-containers { width: 330px; .actions { width: 15px; } +} + +.semi { + opacity: 0.5; } \ No newline at end of file diff --git a/app/views/projects/build_lists/_filter.html.haml b/app/views/projects/build_lists/_filter.html.haml index d38f5ebf1..ee8caa651 100644 --- a/app/views/projects/build_lists/_filter.html.haml +++ b/app/views/projects/build_lists/_filter.html.haml @@ -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"}/