Skip to content

Commit

Permalink
MDL-47513 theme_base: Fix grader report when blocks are docked
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and stronk7 committed Oct 24, 2014
1 parent c785cc9 commit 504d0a1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions theme/base/style/grade.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,26 @@
.path-grade-report-user .user-grade.generaltable tbody tr:hover > th {
background-color: #f5f5f5;
}

.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell,
.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell,
.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell {
padding-left: 35px;
}

.dir-rtl.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell,
.dir-rtl.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell,
.dir-rtl.has_dock.path-grade-report-grader .gradeparent .sideonly.floating > .cell {
padding-left: 5px;
padding-right: 35px;
}

.content-only.path-grade-report-grader .gradeparent table {
margin-left: 30px;
}

.dir-rtl.content-only.path-grade-report-grader .gradeparent table {
margin-left: 0;
margin-right: 30px;
}

0 comments on commit 504d0a1

Please sign in to comment.