diff --git a/app/views/users/_user_programing_attr.html.erb b/app/views/users/_user_programing_attr.html.erb
index e0bee689a..45f3089a4 100644
--- a/app/views/users/_user_programing_attr.html.erb
+++ b/app/views/users/_user_programing_attr.html.erb
@@ -1,44 +1,46 @@
-
-
-
-
-
-
- <% if edit_mode && homework.is_program_homework? %>
- <% homework.homework_tests.each_with_index do |test, index| %>
-
-
-
-
- <% if index != 0 %>
-
- <% end %>
-
-
- <% end %>
- <% else %>
-
- <% end %>
-
-
-
温馨提示:您可以在发布作业后,在作业“模拟答题”中进行标准代码的检测。
-
确 定
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/javascripts/homework.js b/public/javascripts/homework.js
index be212fb29..45721fd1b 100644
--- a/public/javascripts/homework.js
+++ b/public/javascripts/homework.js
@@ -114,7 +114,9 @@ $(function(){
dialogClass: 'BluePopupBox',
minWidth: 753
});
- $('#BluePopupBox').parent().css("border","3px solid #269ac9");
+ $('#BluePopupBox').parent().resizable("disable");
+ $('#BluePopupBox').parent().removeClass("ui-state-disabled");
+ $('#BluePopupBox').parent().css("border","3px solid #269ac9").css("padding","10px");
$('a.ProBtn').live('click', function(){
$("#BluePopupBox").dialog("open");
@@ -205,7 +207,9 @@ $(function(){
dialogClass: 'BluePopupBox',
minWidth: 290
});
- $('#GroupPopupBox').parent().css("border","3px solid #269ac9");
+ $('#GroupPopupBox').parent().resizable("disable");
+ $('#GroupPopupBox').parent().removeClass("ui-state-disabled");
+ $('#GroupPopupBox').parent().css("border","3px solid #269ac9").css("padding","10px");
$('a.groupBtn').live('click', function(){
$("#GroupPopupBox").dialog("open");
diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css
index fb5e64523..64cd2e959 100644
--- a/public/stylesheets/new_user.css
+++ b/public/stylesheets/new_user.css
@@ -1,3 +1,4 @@
+
/* CSS Document */
/* 2015-06-26 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;}
@@ -555,7 +556,7 @@ a.homepageSearchIcon:hover {background:url(../images/nav_icon.png) -49px 3px no-
/*.navHomepageProfile ul li ul {display:none;}
.navHomepageProfile ul li:hover ul {display:block;}*/
.homepageLeft {width:240px; float:left; margin-right:10px; margin-bottom:10px;}
-.homepageRight {width:750px; float:left; margin-top:10px; margin-bottom:10px;}
+.homepageRight {width:750px; float:left; margin-top:10px; margin-bottom:10px; margin-top:10px;}
.homepagePortraitContainer {width:208px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px; padding:15px;}
.homepagePortraitImage {width:78px; height:78px; position:relative; border:1px solid #cbcbcb; padding: 2px;}
.homepagePortraitImage:hover {border:1px solid #269ac9;}
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css
index 234905c7a..7770fa1ac 100644
--- a/public/stylesheets/public.css
+++ b/public/stylesheets/public.css
@@ -306,7 +306,7 @@ a:hover.bgreen_n_btn{background:#08a384;}
.blue_btn_cir{ background:#3498db; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;white-space:nowrap;}
.orange_btn_cir{ background:#e67e22; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;white-space:nowrap;}
.bgreen_btn_cir{ background:#1abc9c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;white-space:nowrap;}
-.grey_border{border:1px solid #dddddd !important; }
+.grey_border{border:1px solid #dddddd !important;}
/* commonpic */
.pic_date{ display:block; background:url(../images/new_project/public_icon.png) -31px 0 no-repeat; width:16px; height:15px; float:left;}
.pic_add{ display:block; background:url(../images/new_project/public_icon.png) -31px -273px no-repeat; width:16px; height:15px; float:left;}