diff --git a/app/views/words/_new.html.erb b/app/views/words/_new.html.erb index 9b1504040..aa2001028 100644 --- a/app/views/words/_new.html.erb +++ b/app/views/words/_new.html.erb @@ -71,8 +71,8 @@ <%= f.text_field :reference_user_id, :style=>"display:none"%> - +
<%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%> - <%= submit_tag l(:button_clear), :name => nil, :onclick => "clearMessage('new_form_user_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'" %> <%= submit_tag l(:button_leave_meassge), :name => nil , :class => "enterprise", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%> + <%= submit_tag l(:button_clear), :name => nil, :class => "enterprise", :onclick => "clearMessage('new_form_user_message');", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'" %>
<% else %> diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 261b8d4ab..f5fd70746 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1753,7 +1753,7 @@ div.project-search { } input.enterprise[type="submit"] { padding-bottom: 5px; - width: 50px; + width: 55px; height: 25px; font-family: '微软雅黑',Arial,Helvetica,sans-serif; font-size: 12px;