调整新建参赛作品弹出框样式

This commit is contained in:
wanglinchun 2014-05-09 17:04:26 +08:00
parent d96e1045d7
commit 4d5ac2780d
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@
<!--点击新建参赛作品弹出框--> <!--点击新建参赛作品弹出框-->
<div id="put-project-form" style="display: none; padding-left: 83px; width: 70%"> <div id="put-project-form" style="display: none; padding-left: 83px; width: 70%">
<%= form_for "project_for_save", :remote=>true, :url => {:controller => 'softapplications', :action => 'new'}, :complete => '$("#put-bid-form").hide();' do |f| %> <%= form_for "project_for_save", :remote=>true, :url => {:controller => 'softapplications', :action => 'new'}, :complete => '$("#put-bid-form").hide();' do |f| %>
<fieldset class="contes-new-box"> <fieldset class="contes-new-box", style="padding-left: 36px">
<tr style="width:700px; margin-left: -10px"> <tr style="width:700px; margin-left: -10px">
<span><%= l(:label_softapplication_name) %></span> <span><%= l(:label_softapplication_name) %></span>
@ -122,7 +122,7 @@
<br /> <br />
<br /> <br />
<fieldset style="width: 500px"> <fieldset style="width: 500px", style="padding-top: 10px">
<legend> <legend>
上传应用软件包和应用截图 上传应用软件包和应用截图
</legend> </legend>
@ -141,7 +141,7 @@
</fieldset> </fieldset>
</fieldset></br> </fieldset></br>
<div class="align-center"> <div class="align-center", style="padding-top: -3px; padding-bottom: 8px">
<%= submit_tag l(:button_create), :onclick => "return true" %> <%= submit_tag l(:button_create), :onclick => "return true" %>
</div> </div>
<% end %> <% end %>