大纲base页引入弹框样式;作业列表调整
This commit is contained in:
parent
eb503cc3e8
commit
78e4d37d8b
|
@ -7,7 +7,7 @@
|
|||
<meta name="keywords" content="issue,bug,tracker" />
|
||||
<%= csrf_meta_tag %>
|
||||
<%= 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' %>
|
||||
<%= javascript_heads %>
|
||||
<%= javascript_include_tag "bootstrap","avatars","course",'attachments','prettify','syllabus'%>
|
||||
|
|
|
@ -319,7 +319,7 @@ a.linkGrey6:hover {color:#ffffff !important;}
|
|||
.td_w110{ width:110px;}
|
||||
|
||||
.width165{width: 165px;}
|
||||
.width180{width: 180px;}
|
||||
.width180{width: 180px !important;}
|
||||
.width285{width: 285px;}
|
||||
.width255{width: 255px;}
|
||||
.width385{width: 385px;}
|
||||
|
|
|
@ -356,7 +356,6 @@ a.menuGrey {color:#808080;}
|
|||
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;}
|
||||
#navSearchAlert {display:none;}
|
||||
.none{display: none;}
|
||||
|
||||
/*151228侧导航样式更新*/
|
||||
.menuSetting {background:url(../images/hwork_icon.png) -5px -303px no-repeat; display:inline-block; width:20px; height:20px;}
|
||||
|
|
Loading…
Reference in New Issue