Skip to content

Commit

Permalink
Merge branch 'MDL-41152-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
danpoltawski committed Jan 13, 2014
2 parents ee749e5 + 138eb08 commit fb9360d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions theme/bootstrapbase/less/moodle.less
Expand Up @@ -48,6 +48,7 @@ body {
@import "moodle/backup-restore";
@import "moodle/tables";
@import "moodle/buttons";
@import "moodle/grade";

// Anything below this line is considered expendable,
// so it doesn't matter if it doesn't show up in ie < 9
Expand Down
18 changes: 18 additions & 0 deletions theme/bootstrapbase/less/moodle/grade.less
@@ -0,0 +1,18 @@
// The class gradetreebox matches the pages displaying the gradebook
// "Categories and items" > "Simple view" and "Full view".
.gradetreebox {
h4 {
// Force back the base font-size to minimise width.
font-size: @baseFontSize;
}
th.cell,
input[type=text] {
// Fallback on the minimum width.
width: auto;
}
input[type=text],
select {
// Remove the bottom margin to gain height.
margin-bottom: 0;
}
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit fb9360d

Please sign in to comment.