Các bài đăng được tạo bởi Patrick Malley

Moodle in English -> Themes -> Navigation block behavior

Bởi Patrick Malley -
I need someone to explain the correct behavior of the Navigation block in Moodle 2.0. I've located the following CSS in /base/core.css, but it doesn't make much sense to me. What is this supposed to do?

/**
* Navigation
*/
.block_js_expansion .block_tree {overflow-x:scroll;}
.block_js_expansion.mouseover .content {width:200%;z-index:1000;position:relative;}
.block_js_expansion.mouseover .content .block_tree {width:100%;background-color:#fcfcfc;padding-bottom:0;}
.ie6 .block_js_expansion.mouseover .content,
.ie7 .block_js_expansion.mouseover .content {padding-bottom:2px;}
Trung bình điểm đánh giá: -

Moodle in English -> Themes -> Moodle 2.0 column width -> Re: Moodle 2.0 column width

Bởi Patrick Malley -
Thank you, Sam.

Can we get some community feedback on a solution to this new potential problem of navigation items wrapping on too long?

Why does a navigation block have to show every activity? Why not just show the week or topic sections? My guess is clicking these will take the user immediately to that section anyway.