parent
6b758375f8
commit
596bc213ca
|
@ -43,7 +43,7 @@
|
||||||
<%=l(:label_courses_management_platform)%>
|
<%=l(:label_courses_management_platform)%>
|
||||||
</a>
|
</a>
|
||||||
>
|
>
|
||||||
<%= link_to @course.name, nil %>
|
<%= link_to @course.name, course_path(@course) %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="search fl">
|
<div class="search fl">
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<%= l(:button_more)%>...
|
<%= l(:button_more)%>...
|
||||||
<span class="g-arr-down"></span>
|
<span class="g-arr-down"></span>
|
||||||
</div>
|
</div>
|
||||||
<span class="fl"><%= l(:label_end_time)%>:<%= format_time(news.created_on)%></span>
|
<span class="fl"><%= l(:label_create_time)%>:<%= format_time(news.created_on)%></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
</div><!--problem_main end-->
|
</div><!--problem_main end-->
|
||||||
|
|
|
@ -156,8 +156,8 @@ div#menu ul ul a:hover { color:#ff9900;}
|
||||||
div#menu ul ul li.last { margin-left:15px; }
|
div#menu ul ul li.last { margin-left:15px; }
|
||||||
div#menu ul ul li {width: 100%;}
|
div#menu ul ul li {width: 100%;}
|
||||||
/* menu::level3 */
|
/* menu::level3 */
|
||||||
div#menu ul ul ul {padding: 0;margin: -38px 0 0 92px !important; width:140px; }
|
div#menu ul ul ul {padding: 0;margin: -38px 0 0 92px !important; width:200px; }
|
||||||
div#menu ul ul ul li a{ width:125px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf;}
|
div#menu ul ul ul li a{ width:185px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf;}
|
||||||
|
|
||||||
|
|
||||||
/*主类容*/
|
/*主类容*/
|
||||||
|
|
Loading…
Reference in New Issue