search for: eeaaaa

Displaying 1 result from an estimated 1 matches for "eeaaaa".

Did you mean: yeaaaa
2010 Mar 24
3
flash error & fade away
this is my current code: #notice { border: solid 1px #99cc99; background-color: #e2f9e3; color: #006600; padding: 5px; margin-bottom: 5px; } #notice.error { border-color: #e2f9e3; background-color: #eeaaaa; color: #cc0000; } <% flash.each do |key, msg| %> <%= content_tag :div, flash[:error] || flash[:notice], :id => ''notice'', :class => (''error'' if flash[:error]) %> <% content_tag :script, :type => "text/javascript" do %>...