调整参赛作品编辑页面中托管项目列表的显示宽度
This commit is contained in:
parent
77b7da81fd
commit
bcb3bf0c19
|
@ -56,8 +56,8 @@
|
|||
|
||||
<tr style="width:800px;">
|
||||
<span><%= l(:label_work_deposit_project) %>:</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>
|
||||
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline3' %></span>
|
||||
<span><%#= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%></span>
|
||||
</tr><br/>
|
||||
<br />
|
||||
<br />
|
||||
|
|
|
@ -1876,6 +1876,14 @@ a.reference {
|
|||
width: 72.4%;
|
||||
}
|
||||
|
||||
.grayline3{
|
||||
border: #039EA0 1px solid;
|
||||
/*border: rgb(3,158,160) 1px solid;*/
|
||||
font-size: 12px;
|
||||
color: #ACAEB1;
|
||||
width: 48.4%;
|
||||
}
|
||||
|
||||
div.tableline{
|
||||
height: 1px;
|
||||
background-color: #ACAEB1;
|
||||
|
|
Loading…
Reference in New Issue