大纲base页引入弹框样式;作业列表调整

cs_optimize_txz
Tim 9 years ago
parent eb503cc3e8
commit 78e4d37d8b

@ -7,7 +7,7 @@
<meta name="keywords" content="issue,bug,tracker" /> <meta name="keywords" content="issue,bug,tracker" />
<%= csrf_meta_tag %> <%= csrf_meta_tag %>
<%= favicon %> <%= favicon %>
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'syllabus','css/common','css/public','css/structure','css/courses','prettify',:media => 'all' %> <%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'syllabus','css/common','css/public','css/structure','css/courses','css/popup','prettify',:media => 'all' %>
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<%= javascript_heads %> <%= javascript_heads %>
<%= javascript_include_tag "bootstrap","avatars","course",'attachments','prettify','syllabus'%> <%= javascript_include_tag "bootstrap","avatars","course",'attachments','prettify','syllabus'%>

@ -319,7 +319,7 @@ a.linkGrey6:hover {color:#ffffff !important;}
.td_w110{ width:110px;} .td_w110{ width:110px;}
.width165{width: 165px;} .width165{width: 165px;}
.width180{width: 180px;} .width180{width: 180px !important;}
.width285{width: 285px;} .width285{width: 285px;}
.width255{width: 255px;} .width255{width: 255px;}
.width385{width: 385px;} .width385{width: 385px;}

@ -356,7 +356,6 @@ a.menuGrey {color:#808080;}
a.menuGrey:hover {color:#fe7d68;} a.menuGrey:hover {color:#fe7d68;}
.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #e1e1e1; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;} .navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #e1e1e1; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
#navSearchAlert {display:none;} #navSearchAlert {display:none;}
.none{display: none;}
/*151228侧导航样式更新*/ /*151228侧导航样式更新*/
.menuSetting {background:url(../images/hwork_icon.png) -5px -303px no-repeat; display:inline-block; width:20px; height:20px;} .menuSetting {background:url(../images/hwork_icon.png) -5px -303px no-repeat; display:inline-block; width:20px; height:20px;}

Loading…
Cancel
Save