Merge branch 'MDL-40829_mc' of https://github.com/rwijaya/moodle

This commit is contained in:
Marina Glancy 2013-10-03 18:10:31 +10:00
commit 1b87f31348
10 changed files with 15 additions and 15 deletions

View file

@ -1147,7 +1147,7 @@ class core_course_renderer extends plugin_renderer_base {
// course name
$coursename = $chelper->get_course_formatted_name($course);
$coursenamelink = html_writer::link(new moodle_url('/course/view.php', array('id' => $course->id)),
$coursename, array('class' => $course->visible ? 'courseicon' : 'courseicon dimmed'));
$coursename, array('class' => $course->visible ? '' : 'dimmed'));
$content .= html_writer::tag($nametag, $coursenamelink, array('class' => 'coursename'));
// If we display course in collapsed form but the course has summary or course contacts, display the link to the info page.
$content .= html_writer::start_tag('div', array('class' => 'moreinfo'));

View file

@ -34,7 +34,7 @@ var CSS = {
COLLAPSEEXPAND: '.collapseexpand',
COURSEBOX: '.coursebox',
COURSEBOXLISTENLINK: '.coursebox .moreinfo',
COURSEBOXSPINNERLOCATION: '.categoryname a',
COURSEBOXSPINNERLOCATION: '.coursename a',
COURSECATEGORYTREE: '.course_category_tree',
PARENTWITHCHILDREN: '.category'
},

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,7 @@ var CSS = {
COLLAPSEEXPAND: '.collapseexpand',
COURSEBOX: '.coursebox',
COURSEBOXLISTENLINK: '.coursebox .moreinfo',
COURSEBOXSPINNERLOCATION: '.categoryname a',
COURSEBOXSPINNERLOCATION: '.coursename a',
COURSECATEGORYTREE: '.course_category_tree',
PARENTWITHCHILDREN: '.category'
},

View file

@ -32,7 +32,7 @@ var CSS = {
COLLAPSEEXPAND: '.collapseexpand',
COURSEBOX: '.coursebox',
COURSEBOXLISTENLINK: '.coursebox .moreinfo',
COURSEBOXSPINNERLOCATION: '.categoryname a',
COURSEBOXSPINNERLOCATION: '.coursename a',
COURSECATEGORYTREE: '.course_category_tree',
PARENTWITHCHILDREN: '.category'
},

View file

@ -118,7 +118,7 @@ li.section.hidden span.commands a.editing_show {cursor:default;}
.coursebox {width: 100%;margin-bottom:15px;}
.coursebox.collapsed {margin-bottom:0}
.coursebox.collapsed > .content {display:none;}
.coursebox > .info a.courseicon {display:block;background-image:url([[pix:moodle|i/course]]);background-repeat: no-repeat;padding-left:21px;background-position: left top;}
.coursebox > .info > .coursename a {display:block;background-image:url([[pix:moodle|i/course]]);background-repeat: no-repeat;padding-left:21px;background-position: left top;}
.coursebox.remotehost .coursename a {background-image:url([[pix:moodle|i/mnethost]]);}
.coursebox > .info > .coursename,
.coursebox .content .teachers,
@ -136,7 +136,7 @@ li.section.hidden span.commands a.editing_show {cursor:default;}
.coursebox.remotecoursebox .remotecourseinfo {float:left;width: 40%;}
.coursebox .content .courseimage img {max-width:100px;max-height:100px;}
.coursebox >.info >.categoryname {margin: 5px;padding:0;}
.coursebox >.info >.coursename {margin: 5px;padding:0;}
.coursebox .content .teachers,
.coursebox .content .coursecat,
.coursebox .content .summary,

View file

@ -383,7 +383,7 @@ span.editinstructions {
padding: 5px;
}
.coursebox > .info > .categoryname a {
.coursebox > .info > .coursename a {
display:block;
background-image:url([[pix:moodle|i/course]]);
background-repeat: no-repeat;
@ -393,7 +393,7 @@ span.editinstructions {
.coursebox.remotehost > .info > .categoryname a {
background-image:url([[pix:moodle|i/mnethost]]);
}
.coursebox > .info h3,
.coursebox > .info > .coursename,
.coursebox .content .teachers,
.coursebox .content .courseimage,
.coursebox .content .coursefile {
@ -401,10 +401,10 @@ span.editinstructions {
width:40%;
clear:left;
}
.coursebox > .info > h3.categoryname {
.coursebox > .info > h3.coursename {
margin: 5px;
}
.coursebox > .info > .categoryname {
.coursebox > .info > .coursename {
margin: 5px;
padding: 0;
}
@ -488,7 +488,7 @@ span.editinstructions {
}
.courses .coursebox.collapsed {
border:1px solid #eeeeee;
padding:3px 0;
padding:5px;
}
.courses .coursebox.even {

File diff suppressed because one or more lines are too long

View file

@ -40,7 +40,7 @@ div.header,
#site-news-forum h2,
#frontpage-course-list h2,
#frontpage-category-names h2,
#frontpage-category-combo h2 {border:1px solid #DDD;padding:0 5px;margin-top:0;}
#frontpage-category-combo h2 {border:1px solid #DDD;padding:5px;margin-top:0;}
#site-news-forum h2,
#frontpage-course-list h2,

View file

@ -75,7 +75,7 @@
/* Courses and categories lists */
.coursebox {border:1px solid #DDD;border-color:#DDDDDD;}
.coursebox {border:1px solid #DDD;border-color:#DDDDDD;padding:3px 0;}
#page-enrol-index .generalbox.info,
#page-course-info .generalbox.info {border:none;}
.coursebox .content .teachers,