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