修改《contest新建的样式》

Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
alan 2015-01-27 15:43:06 +08:00
parent 5434a5b087
commit 20f4b5c44b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
method: :post do |f| %>
<div class="box tabular">
<%= render :partial => 'form_contest', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create), :style=> "margin-left: 100px;margin-top: 10px;" %>
<%= javascript_tag "$('#bid_name').focus();" %>
<% end %>
</div>