Merge branch 'wip-MDL-47543-master' of git://github.com/marinaglancy/moodle

Conflicts:
	theme/bootstrapbase/less/moodle/grade.less
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Dan Poltawski
2014-10-08 15:49:58 +01:00
18 changed files with 103 additions and 149 deletions
+10 -1
View File
@@ -235,6 +235,15 @@
text-align: center;
}
.path-grade-edit-tree table.setup-grades .column-weight {
white-space: nowrap;
}
.path-grade-edit-tree table.setup-grades .gradeitemdescription {
font-weight: normal;
font-style: italic;
}
/**
* Grader report.
*/
@@ -253,4 +262,4 @@
background-color: @tableBackgroundAccent;
}
}
}
}
File diff suppressed because one or more lines are too long