Skip to content

Commit

Permalink
gradebook MDL-25238 made things line up in IE and Safari with static …
Browse files Browse the repository at this point in the history
…student columns enabled
  • Loading branch information
Andrew Davis committed Nov 18, 2010
1 parent ca1292e commit 696b250
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion theme/base/style/grade.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
.gradetreebox img.iconsmall {margin-left: 4px;}
.gradetreebox img.icon {margin-right: 5px;}
.gradetreebox #gradetreesubmit {margin-bottom:1em;text-align: center;}
.gradetreebox .hidden {display: none;}
.gradetreebox .hidden {display: none;}

/*adjustments to grader report (with static student cols) to make things line up in IE and Safari*/
#page-grade-report-grader-index .right_scroller #user-grades td {padding-top:0;padding-bottom:2px;}
#page-grade-report-grader-index #fixed_column td {padding-top:0;padding-bottom:2px;}

0 comments on commit 696b250

Please sign in to comment.