diff --git a/app/views/softapplications/_form.html.erb b/app/views/softapplications/_form.html.erb index 9b24f86db..4703af9be 100644 --- a/app/views/softapplications/_form.html.erb +++ b/app/views/softapplications/_form.html.erb @@ -56,8 +56,8 @@ <%= l(:label_work_deposit_project) %>: - <%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %> - <%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%> + <%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline3' %> + <%#= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%>


diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index ccb4ddbec..a94ee45ba 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -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;