+
+
<%= render :partial => 'attachments/form_course', :locals => {:container => @message,:isReply => @isReply} %>
diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb
index 9a9ab3640..f5e143130 100644
--- a/app/views/messages/edit.html.erb
+++ b/app/views/messages/edit.html.erb
@@ -15,7 +15,7 @@
} do |f| %>
<%= render :partial => 'form',
:locals => {:f => f, :replying => !@message.parent.nil?} %>
-
+
<%= l(:button_save) %>
<%= link_to l(:button_cancel), board_message_url(@message.board, @message.root, :r => (@message.parent_id && @message.id)), :class => "ButtonColor m3p10" %>
@@ -33,7 +33,7 @@
} do |f| %>
<%= render :partial => 'form_course',
:locals => {:f => f, :replying => !@message.parent.nil?} %>
-
<%= l(:button_submit)%>
+
<%= l(:button_submit)%>
<%= link_to l(:button_cancel), board_message_url(@message.board, @message.root, :r => (@message.parent_id && @message.id)), :class => "blue_btn grey_btn fl c_white" %>
<% end %>
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index c0a6e652a..b6f45f084 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1974,3 +1974,8 @@ zh:
label_show_non_project: 显示非项目信息
label_hidden_non_project: 隐藏非项目信息
+ label_courseware: 课件
+ label_software: 软件
+ label_media: 媒体
+ label_code: 代码
+
diff --git a/config/routes.rb b/config/routes.rb
index 03ed4d2ab..911a45848 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -709,6 +709,7 @@ RedmineApp::Application.routes.draw do
collection do
match "getattachtype", :via => [:get, :post]
match "search",:via => [:post,:get]
+ match "search_tag_attachment", :via => [:post,:get]
end
member do
match "quote_resource_show", :via => [:get]
diff --git a/public/images/new_project/public_icon.png b/public/images/new_project/public_icon.png
new file mode 100644
index 000000000..8ff999f9a
Binary files /dev/null and b/public/images/new_project/public_icon.png differ
diff --git a/public/javascripts/course.js b/public/javascripts/course.js
index fd80a3e0f..c2a5da03d 100644
--- a/public/javascripts/course.js
+++ b/public/javascripts/course.js
@@ -449,3 +449,19 @@ $(function(){
}
)
});
+
+//查找TAG资源
+function search_tag_attachment(url,tag_name,q,course_id,sort)
+{
+ $.get(
+ url,
+ {
+ tag_name: tag_name,
+ q: q,
+ course_id:course_id
+ },
+ function (data) {
+
+ }
+ );
+}
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 6ff013740..b42efdabd 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -59,7 +59,7 @@ a:hover.info_foot_num{ color:#2390b2;}
/*左侧导航*/
.subNavBox{width:222px; background:#fff;margin:10px 10px 0 0;}
.subNav{border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:14px;color:#3ca5c6;line-height:28px;padding-left:10px;background-color:#fff;}
-.subNav_jiantou{background:url(/images/jiantou1.jpg) no-repeat;background-position:95% 50%; background-color:#fff;}
+.subNav_jiantou{background:url(../images/jiantou1.jpg) no-repeat;background-position:95% 50%; background-color:#fff;}
.subNav_jiantou:hover{color:#0781b4; }
.currentDd{color:#0781b4; }
.currentDt{background-color:#fff; }
@@ -96,10 +96,10 @@ a.more{ float:right; font-size:12px; font-weight:normal; color:#a9a9a9; margin-t
a:hover.more{ color:#64bdd9;}
.project_box_ul{ padding:0 10px;}
.project_box_list{ padding:10px 0; border-bottom:1px dashed #e2e1e1; padding-left:30px; color:#6f6c6c;}
-.img_problem{ background:url(../images/img_project.png) 0 -20px no-repeat;}
-.img_talk{ background:url(../images/img_project.png) 0 -62px no-repeat;}
-.img_ziyuan{ background:url(../images/img_project.png) 0 -115px no-repeat;}
-.img_edition{ background:url(../images/img_project.png) 0 -167px no-repeat;}
+.img_problem{ background:url(../images/new_project/img_project.png) 0 -20px no-repeat;}
+.img_talk{ background:url(../images/new_project/img_project.png) 0 -62px no-repeat;}
+.img_ziyuan{ background:url(../images/new_project/img_project.png) 0 -115px no-repeat;}
+.img_edition{ background:url(../images/new_project/img_project.png) 0 -167px no-repeat;}
.project_name{ color:#058c42;}
.project_name:hover{ color:#016f33;}
.project_txt{ color:#0781b4; width:445px; display:block; float:left; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
@@ -225,7 +225,7 @@ a:hover.upload_btn_grey{background:#8a8a8a;}
.upload_btn{width:80px; height:26px;}
.upload_check{ margin-top:4px;}
/****其他未更新页面***/
-.setting{ background:url(../images/setting.jpg) 0 0 no-repeat; width:670px; height:443px;}
+.setting{ /*background:url(../images/setting.jpg) 0 0 no-repeat;*/ width:670px; height:443px;}
.newproblem{}
@@ -640,8 +640,8 @@ span.forums-avatar-right{
/*added by bai*/
.user_underlinescore{
- margin:1;
- padding:1;
+ margin: 1px;
+ padding: 1px;
width:700px;
height:1px;
background-color:#15bccf;
@@ -889,7 +889,7 @@ ul.tool li{list-style-type:none;
font-size: 16px;
color: #5c5c5c;
text-align: justify;
- text-justify: inter-ideograph;
+ /*text-justify: inter-ideograph; */
}
.inf_user_image{
@@ -915,7 +915,7 @@ ul.tool li{list-style-type:none;
font-size: 20px;
color: #FF0000;
text-align: justify;
- text-justify: inter-ideograph;
+ /*text-justify: inter-ideograph; */
}
@@ -1105,8 +1105,8 @@ ul.user_course_sort li{list-style-type:none;
background-color:#adb6c5;
}
.user_underline{
- margin:1;
- padding:1;
+ margin:1px;
+ padding:1px;
width:240px;
height:1px;
background-color:#15bccf;
@@ -1116,8 +1116,8 @@ ul.user_course_sort li{list-style-type:none;
.user_enterprise_underline{
- margin:1;
- padding:1;
+ margin:1px;
+ padding:1px;
width:240px;
height:1px;
background-color:#ac344f;
@@ -1125,16 +1125,16 @@ ul.user_course_sort li{list-style-type:none;
}
.user_underline2{
- margin:1;
- padding:1;
+ margin:1px;
+ padding:1px;
width:240px;
height:1px;
background-color:#c6e9fe;
overflow:hidden
}
.user_underline3{
- margin:1;
- padding:1;
+ margin: 1px;
+ padding:1px;
width:120px;
height:1px;
background-color:#c6e9fe;
@@ -1142,8 +1142,8 @@ ul.user_course_sort li{list-style-type:none;
margin-top: 10px;
}
.homepage_underline{
- margin:1;
- padding:1;
+ margin:1px;
+ padding:1px;
width:240px;
height:1px;
background-color:#c6e9fe;
@@ -1742,7 +1742,7 @@ margin-left:-10px;
.table_font{font-size:20px;color:#DD0000}
.registerd_box{padding-left: 600px;}
-.project_table{margin:0,0,0,0;margin-bottom:10px;background-color:#0ee;height:50px;}
+.project_table{margin:0;margin-bottom:10px;background-color:#0ee;height:50px;}
.project_header_tag{float:right; color:#000000;}
.project_right_tag{margin-top:44%;}
@@ -2347,7 +2347,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
#roadmap table.progress td { height: 1.2em; }
/***** Tabs *****/
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
-#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; font-family: 14px; width:2000px; border-bottom: 1px solid #15BCCF;}
+#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width:2000px; border-bottom: 1px solid #15BCCF;}
#content .tabs ul li {
float:left;
list-style-type:none;
@@ -3062,8 +3062,8 @@ div.repos_explain{
/* new linchun compitition */
.contest_underline{
- margin:1;
- padding:1;
+ margin:1px;
+ padding:1px;
width:900px;
height:0.5px;
background-color:#aaa;
diff --git a/public/stylesheets/courses.css b/public/stylesheets/courses.css
index a3e358b14..1e67e5f8d 100644
--- a/public/stylesheets/courses.css
+++ b/public/stylesheets/courses.css
@@ -123,8 +123,7 @@ a.re_open{display:block; width:46px; height:19px; border:1px solid #64bdd9; colo
a:hover.re_open{ background:#64bdd9; color:#fff; text-decoration:none;}
a.re_de{ color:#6883b6; margin-left:15px;}
.re_con_box{ border-bottom:1px dashed #dadada; padding-bottom:10px; margin-bottom:10px;}
-/****资源库***/
-/*.setting{ background:url(../images/setting.jpg) 0 0 no-repeat; width:670px; height:443px;}*/
+
/* 作业列表 */
.ttl{ }
@@ -178,8 +177,6 @@ a.wzan_visited{background:url(images/pic_zan.png) 0 0 no-repeat;}
.msg_box{ width:670px; height:205px; border-bottom:1px dashed #CCC; padding-top:10px;}
.msg_box h4{ }
.msg_box textarea{width:658px;height:90px;padding:5px;overflow:hidden;background-color: #ffffff; border:1px solid #CCC; margin:5px 0px; color:#666; font-size:12px; }
-/*.msg_box a{ float:right; display:block; width:50px; height:22px; background:#15bccf; padding-top:3px; color:#fff; margin-left:10px; text-align:center; margin-top:5px; }*/
-/*.msg_box a:hover{ background-color:#03a1b3; text-decoration:none;}*/
/****评分弹框****/
@@ -242,7 +239,6 @@ a:hover.tijiao{ background:#0f99a9;}
.members_left ul li{ height:30px; border-bottom:1px solid #E4E4E4; width:410px; padding-top:10px; }
.members_left ul li a{ float:left; text-align:center;}
.members_left ul li span{ float:left; text-align:center; color:#484747;}
-
.w150{ text-align:center; width:150px;min-height: 10px;}
.f_b{ font-weight: bold;}
.members_right label{ margin-left:15px;}
@@ -251,7 +247,7 @@ a:hover.tijiao{ background:#0f99a9;}
.hwork_new{ color:#4c4c4c;}
.c_red{ color:#F00;}
.hwork_input{ border:1px solid #64bdd9; height:22px; width:555px; background:#fff; margin-bottom:10px; padding:5px;}
-.hwork_input02{ border:1px solid #64bdd9; height:15px; width:120px; background:#fff; margin-bottom:10px; padding:5px;}
+.hwork_input02{ border:1px solid #64bdd9; height:15px; width:140px; background:#fff; margin-bottom:10px; padding:5px;}
.hwork_text{ border:1px solid #64bdd9; height:100px;width:555px; background:#fff; margin-left:5px; padding:5px; margin-bottom:10px;}
.hwork_new ul li{ }
.ml21{ margin-left:21px;}
@@ -263,6 +259,7 @@ a:hover.tijiao{ background:#0f99a9;}
.hwork_tb_ li{float:left;height: 24px;width: auto; padding:0 10px;cursor:pointer;}
.hwork_normaltab { color:#15bccf ; border-bottom:3px solid #e4e4e4; }
.hwork_hovertab { color:#656767; font-weight:bold; border-bottom:3px solid #15bccf; }
+
.hwork_dis{display:block; }
.hwork_undis{display:none;}
.project_none{ display:none;}
@@ -471,6 +468,50 @@ blockquote {
background: url('../images/requirements/reference.jpg');
}
+a.link_file{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; color:#64bdd9; }
+a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
+.r_txt_tit{width:510px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf; float:left; color:#09658c; font-size:14px;}
+
+.label{ width:80px; text-align:right; font-size:14px; display:block; float:left;}
+.label02{ width:110px; text-align:right; font-size:14px; display:block; float:left;}
+
+/*作业批次下拉*/
+div#menu_r {height:41px; font-size:14px; font-weight:bold; margin-bottom:10px;}
+div#menu_r ul {float: left;}
+div#menu_r ul.menu_r { background: #64bdd9; padding:0 10px; height:40px; }
+div#menu_r li {position: relative; z-index: 9; margin: 0; display: block; float: left; }
+div#menu_r li:hover>ul { left: -2px;}
+div#menu_r a {position: relative;z-index: 10; height: 41px; display: block; float: left;line-height: 41px; text-decoration: none; font-size:14px; }
+div#menu_r {display: block; cursor: pointer; background-repeat: no-repeat;background-position: 95% 0;padding-right: 15px; _padding-right: 20px;}
+div#menu_r ul a.parent {background: url(../images/item.png) -20px -30px no-repeat; width:60px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
+div#menu_r ul a.parent:hover {background: url(../images/item.png) -20px -60px no-repeat;}
+div#menu_r ul ul a.parent {background: url(../images/item.png) -20px 6px no-repeat;}
+div#menu_r ul ul a.parent:hover {background: url(../images/item.png) -20px -11px no-repeat;}
+/* menu::level1 */
+div#menu_r a { padding: 5px 12px 0 10px;line-height: 30px; color: #fff;}
+/*div#menu_r li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }*/
+div#menu_r li.last { background: none; }
+/* menu::level2 */
+div#menu_r ul ul li { background: none; }
+div#menu_r ul ul { position: absolute;top: 38px; left: -999em; width: 90px; padding: 5px 0 0 0; background:#fff; border:1px solid #15bccf; margin-top:1px;}
+div#menu_r ul ul a {padding: 0 0 0 15px; height: auto; float: none;display: block; line-height: 24px; font-size:12px; font-weight:normal;color:#15bccf;}
+div#menu_r ul ul a:hover { background:#64bdd9; color:#fff;}
+div#menu_r ul ul li.last { margin-left:15px; }
+div#menu_r ul ul li {width: 100%;}
+
+/* 20150414*/
+a.wzan_img{background:url(../images/new_project/public_icon.png) 0px -457px no-repeat; display:block; height:31px; width:30px; color:#fff; }
+a.wzan_visited{background:url(../images/new_project/public_icon.png) 0px -503px no-repeat;}
+.dis ul li.wname_st a{ width:260px; font-size:14px; color:#595959; padding:10px 0 0 0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
+.dis ul li.wname_st a:hover{ color:#41a8c8;}
+.no_zan{color:#999999;}
+.vi_zan{color:#28be6c;}
+.newwork_btn a{background:#64bdd9;color:#fff;font-size:14px; font-weight:normal; padding:2px 10px; display:block; text-align:center; float:right;}
+.newwork_btn a:hover{ background:#329cbd;}
+a.files_tag_icon{ background:#dcdcdc; color:#fff; border:1px solid #c8c8c8; padding:1px 10px; float:left; margin-right:10px; margin-bottom:10px;}
+a:hover.files_tag_icon{ background:#64bdd9; color:#fff; border:1px solid #54aeca; }
+
+
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css
index 481eb2e4e..45568c913 100644
--- a/public/stylesheets/public.css
+++ b/public/stylesheets/public.css
@@ -8,11 +8,44 @@ a:link,a:visited{color:#7f7f7f;text-decoration:none;}
a:hover,a:active{color:#000;}
/*常用*/
+select,input,textarea{ border:1px solid #64bdd9; background:#fff; color:#000; padding-left:5px; }
+.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #707070; color:#000; border-radius:3px; padding:1px 10px; margin-bottom:10px; background:#dbdbdb;}
+.sub_btn:hover{ background:#b5e2fa; color:#000; border:1px solid #3c7fb1;}
+table{ background:#fff;}
+.more{ font-weight:normal; color:#999; font-size:12px;}
+.no_line{ border-bottom:none;}
+.line{border-bottom:1px dashed #d4d4d4; padding-bottom:10px; margin-bottom:10px;}
+.no_border{ border:none;}
+.min_search{ width:150px; height:20px; border:1px solid #d0d0d0; color:#666; background:url(../images/new_project/public_icon.png) 135px -193px no-repeat; cursor:pointer;}
+
+/* font & color */
+h2{ font-size:18px; color:#15bccf;}
+h3{ font-size:14px; color:#e8770d;}
+h4{ font-size:14px; color:#3b3b3b;}
+.f12{font-size:12px; font-weight:normal;}
+.f14{font-size:14px;}
+.f16{font-size:16px;}
+.f18{font-size:18px;}
+.fb{font-weight:bold;}
+.lh20{line-height:20px;}
+.lh22{line-height:22px;}
+.lh24{line-height:24px;}
+.lh26{line-height:26px;}
+.fmYh{font-family:"MicroSoft Yahei";}
+.font999{ color:#999;}
+.fontRed{color:#770000;}
+
+/* Float & Clear */
.cl{ clear:both; overflow:hidden; }
-.fl{ float: left;}
-.fr{ float:right;}
+.fl{float:left;display:inline;}
+.fr{float:right;display:inline;}
.f_l{ float:left;}
.f_r{ float:right;}
+.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
+.clearfix{clear:both;zoom:1}
+.break_word{ word-break:break-all; word-wrap: break-word;}
+
+/* Spacing */
.ml2{ margin-left:2px;}
.ml3{ margin-left:3px;}
.ml4{ margin-left:4px;}
@@ -21,12 +54,14 @@ a:hover,a:active{color:#000;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
+.ml40{ margin-left:40px;}
.ml45{ margin-left:45px;}
.ml55{ margin-left:55px;}
.ml30{ margin-left:30px;}
.ml60{ margin-left:60px;}
.ml80{ margin-left:80px;}
.ml90{ margin-left:90px;}
+.ml110{ margin-left:110px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
@@ -34,14 +69,20 @@ a:hover,a:active{color:#000;}
.mr40{ margin-right:40px;}
.mt3{ margin-top:3px;}
.mt5{ margin-top:5px;}
+.mt8{ margin-top:8px;}
.mt10{ margin-top:10px;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.pl15{ padding-left:15px;}
+.w90{ width:90px;}
+.w210{ width:210px;}
+.w150{ width:150px;}
.w280{ width:280px;}
.w430{ width:470px;}
.w520{ width:520px;}
+.w543{ width:543px;}
.w557{ width:557px;}
+.w583{ width:583px;}
.w350{ width:350px;}
.w610{ width:610px;}
.w600{ width:600px;}
@@ -55,8 +96,8 @@ h4{ font-size:14px; color:#3b3b3b;}
a.b_grey{ background: #F5F5F5;}
a.b_dgrey{ background: #CCC;}
-a.c_orange{color:#e8770d;}
-a:hover.c_orange{color: #F30;}
+a.c_orange{color:#ff5722;}
+a:hover.c_orange{color: #d33503;}
a.c_lorange{color:#ff9900;}
a:hover.c_lorange{color:#fff;}
a.c_blue{ color:#15bccf;}
@@ -74,10 +115,9 @@ a.c_blue02{color: #3ca5c6;}
a:hover.c_blue02{color: #0781b4;}
a.c_red{ color:#F00;}
a:hover.c_red{ color: #C00;}
-
-.f14{ font-size:14px;}
-.fb{ font-weight:bold;}
-.f12{ font-size:12px; font-weight:normal;}
+a.c_purple{color: #426e9a;}
+a:hover.c_purple{color: #d33503;}
+a.c_green{ color:#28be6c;}
.b_grey{ background: #F5F5F5;}
.b_dgrey{ background: #CCC;}
@@ -86,28 +126,56 @@ a:hover.c_red{ color: #C00;}
.c_purple{color: #6883b6;}
.c_blue{ color:#15bccf;}
.c_red{ color:#F00;}
+.c_green{ color:#28be6c;}
.c_dblue{ color:#09658c;}
.b_blue{background:#64bdd9;}
.b_green{background:#28be6c;}
.b_w{ background:#fff;}
+/* commonBtn */
.grey_btn{ background:#d9d9d9; color:#656565;font-size:14px; font-weight:normal; text-align:center;padding:2px 10px;}
a.grey_btn{ background:#d9d9d9; color:#656565;font-size:14px; font-weight:normal; text-align:center;padding:2px 10px;}
a:hover.grey_btn{ background:#717171; color:#fff;}
+.green_btn{ background:#28be6c; color:#fff; font-size:14px; font-weight:normal;padding:2px 10px; text-align:center;}
+a.green_btn{background:#28be6c;color:#fff;font-size:14px; font-weight:normal; padding:2px 10px; text-align:center;}
+a:hover.green_btn{ background:#14ad5a;}
.blue_btn{ background:#64bdd9; color:#fff; font-size:14px; font-weight:normal;padding:2px 10px; text-align:center;}
a.blue_btn{background:#64bdd9;color:#fff;font-size:14px; font-weight:normal; padding:2px 10px; text-align:center;}
a:hover.blue_btn{ background:#329cbd;}
+a.orange_btn{ background:#ff5722;color:#fff;font-size:14px; font-weight:normal; padding:2px 10px; text-align:center; }
+a:hover.orange_btn{ background:#d63502;}
+.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
+a.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
+a:hover.green_u_btn{ background:#3cb761; color:#fff;}
+.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
+a.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
+a:hover.orange_u_btn{background:#ff5d31; color:#fff;}
+.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
+a.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
+a:hover.bgreen_u_btn{background:#1abc9c; color:#fff;}
+.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
+a.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
+a:hover.blue_u_btn{background:#64bdd9; color:#fff;}
+
+.nolink_btn{ background:#BCBCBC; color: #fff; padding:2px 5px;}
+.more_btn{-moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #9DCEFF; color:#9DCEFF; border-radius:3px; padding:0px 3px;}
+/*.upbtn{ margin:42px 0 0 10px; border:none; color:#999; }*/
+.red_btn_cir{ background:#e74c3c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.green_btn_cir{ background:#28be6c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.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;}
+.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;}
+/* 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;}
+.pic_sch{ display:block; background:url(../images/new_project/public_icon.png) -31px -195px no-repeat; width:16px; height:15px; float:left;}
+.pic_mes{ display:block; background:url(../images/new_project/public_icon.png) 0px -376px no-repeat; width:20px; height:15px; padding-left:18px;}
+.pic_img{ display:block; background:url(../images/new_project/public_icon.png) -31px -419px no-repeat; width:20px; height:15px; }
+.pic_del{ display:block; background:url(../images/new_project/public_icon.png) 0px -235px no-repeat; width:20px; height:15px; }
-.more{ font-weight:normal; color:#999; font-size:12px;}
-.no_line{ border-bottom:none;}
-select,input,textarea{ border:1px solid #ccc; background:#fff; color:#999; padding-left:5px;}
-.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #ccc; color:#999; border-radius:3px; padding:2px 10px; margin-bottom:10px;}
-.sub_btn:hover{ background:#999; color:#fff; }
-table{ background:#fff;}
/*框架主类容*/
#Container{ width:940px; margin:0 auto; }
@@ -159,7 +227,6 @@ div#menu ul ul li {width: 100%;}
div#menu ul ul ul {padding: 0;margin: -38px 0 0 92px !important; width:200px; }
div#menu ul ul ul li a{ width:185px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf;}
-
/*主类容*/
#Main{ background:#fff; margin-bottom:10px;}
#content{}
@@ -199,7 +266,7 @@ html{ overflow-x:hidden;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.msgserver { margin-top:5px;}
-.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -112px; padding-left:22px; height:21px; display:block; color:#15bccf;}
+.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -112px; padding-left:22px; height:21px; display:block; }
.opnionText{box-shadow:none; width:122px; height:180px; border-color: #DFDFDF; background:#fff; color:#999; padding:3px; font-size:12px;overflow:auto; background-attachment:fixed;border-style:solid;}
a.opnionButton{ display:block; background:#15bccf; width:130px; height:23px; margin-top:5px; text-align:center; padding-top:3px;}
a:hover.opnionButton{background: #0fa9bb; }
@@ -210,9 +277,11 @@ a:hover.opnionButton{background: #0fa9bb; }
a.close_btn {background-position:-44px 0;}
a:hover.close_btn {background-position:-66px 0;}
.show_btn {background-position:-119px 0;}
-.msgserver a:hover { color: #0fa9bb; }
+.msgserver a {color:#15bccf; }
.break_word{word-break: break-all;word-wrap: break-word;}
.break_word_firefox{white-space: pre-wrap;word-break: break-all;}
+
+
/***** Ajax indicator ******/
#ajax-indicator {
position: absolute; /* fixed not supported by IE */
@@ -319,9 +388,11 @@ div.flash.warning, .conflict {
.conflict-details {font-size:80%;}
/***** end Flash & error messages ****/
+
/*弹出框*/
.black_overlay{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
.white_content{display:none;position:fixed;top:15%;left:30%;width:420px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
+.white_content02{display:none;position:fixed;top:15%;left:30%;width:200px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
.floatbox{ width:420px; border:3px solid #15bccf; background:#fff; padding:5px;}
a.box_close{ display:block; float:right; width:16px; height:16px; background:url(../images/img_floatbox.png) 0 0 no-repeat;}
a.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}