From bcb3bf0c19790d9ab2fe6c4420dede93a23a180e Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Tue, 20 May 2014 16:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=82=E8=B5=9B=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=89=98?= =?UTF-8?q?=E7=AE=A1=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/softapplications/_form.html.erb | 4 ++-- public/themes/redpenny-master/stylesheets/application.css | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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;