修改了新建参赛作品中托管项目的显示颜色和宽度
This commit is contained in:
parent
9fb9d2dbdf
commit
f815410381
|
@ -83,7 +83,7 @@
|
|||
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
||||
<div id="put-project-form" style="display: none; padding-left: 83px; width: 88%">
|
||||
<%= form_for Softapplication.new, :url => softapplications_path do |f| %>
|
||||
<fieldset class="contes-new-box", style="padding-left: 36px; line-height: 10px">
|
||||
<fieldset class="contes-new-box", style="padding-left: 36px; line-height: 8px; margin-left: 1px">
|
||||
<%= hidden_field_tag 'contest_id', @contest.id %>
|
||||
<tr style="width:700px; margin-left: -10px;">
|
||||
<span><%= l(:label_work_name) %></span>
|
||||
|
@ -127,7 +127,7 @@
|
|||
|
||||
<tr style="width:800px;">
|
||||
<span><%= l(:label_work_deposit_project) %>:</span>
|
||||
<span><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
||||
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
||||
<span><%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%></span>
|
||||
</tr><br/>
|
||||
<br />
|
||||
|
@ -146,9 +146,6 @@
|
|||
<br>
|
||||
2、<%= l(:label_upload_softapplication_photo_condition)%>
|
||||
</p>
|
||||
<p style="font-size: 11px; color: red">
|
||||
<%= l(:label_updated_caution)%>
|
||||
</p>
|
||||
|
||||
</fieldset>
|
||||
</fieldset></br>
|
||||
|
|
|
@ -1869,10 +1869,11 @@ a.reference {
|
|||
}
|
||||
|
||||
.grayline2{
|
||||
border: #d5dee9 1px solid;
|
||||
border: #039EA0 1px solid;
|
||||
/*border: rgb(3,158,160) 1px solid;*/
|
||||
font-size: 12px;
|
||||
color: #ACAEB1;
|
||||
width: 69%;
|
||||
width: 72.4%;
|
||||
}
|
||||
|
||||
div.tableline{
|
||||
|
|
Loading…
Reference in New Issue