+
<%#= call_hook(:view_issues_new_top, {:training_task => @training_task}) %>
<%= labelled_form_for @training_task, :url => project_training_tasks_url(@project),
:html => {:id => 'project_training_form', :multipart => true} do |f| %>
diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css
index 92b372bb7..059683919 100644
--- a/public/stylesheets/css/project.css
+++ b/public/stylesheets/css/project.css
@@ -654,3 +654,21 @@ a.pro-fenzhi-a{height:25px; line-height: 25px; border: 1px solid #dddddd; bac
border-bottom-right-radius: 0; display: inline-block; text-align: center; padding:0 5px; border-left: none;}
a:hover.pro-fenzhi-a{color:#3b94d6;}
+/*实训项目*/
+.pro-task-new-con{ padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; width:968px;}
+.pro-task-new-con ul li{ margin-bottom:10px; line-height: 28px;}
+.pro-task-new-con ul li:last-child{margin-bottom:0px;}
+.pro-task-new-con input{ border:1px solid #c8c8c8; height: 28px; width: 200px; color: #888;}
+.pro-task-new-con textarea{ width: 881px;border:1px solid #c8c8c8;}
+.pro-task-new-con input.input-big{ width: 881px;}
+.issues-table{ width: 100%;}
+.issues-table select{ border: none; width: 100px; color:#888; font-weight: bold;appearance:none;-moz-appearance:none;-webkit-appearance:none; background: url("../images/project/arrow.png") no-repeat scroll right center transparent;}
+.issues-table tr th{ height: 40px; border-bottom:1px solid #e5e5e5; color: #888;}
+.issues-table p.text-left{ text-align: left; color: #333; border-bottom: 3px solid #3498db; display: block; width: 100px; height:40px; line-height: 40px; padding-left:15px;}
+.issues-table tr td{ padding:10px 0; border-bottom: 1px dashed #c8c8c8; text-align: center; color:#888;}
+.issues-table tr td.w50{ width: 60px;}
+.issues-table tbody tr:hover{ background:#f2f2f2;}
+.issues-table tr td span.w100{ display: inline-block; width: 100px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
+span.task-linebtn-green{color:#59af48; border: 1px solid #59af48;font-size: 12px; padding: 0 5px; border-radius: 3px;line-height: 14px;}
+.issues-table select.select-w50{ width: 50px;}
+span.task-step{ color:#ee4a20;font-style: italic; font-weight:bold; font-size:14px;}