Skip to content

Commit

Permalink
MDL-49558 gradereport_user: Fixing table border
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Mar 25, 2015
1 parent 33d65f7 commit 044a884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grade/report/user/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
.dir-rtl.path-grade-report-user .user-grade td {
direction: ltr;
}
.dir-rtl.path-grade-report-user table.user-grade {
border-collapse: separate;
}
.path-grade-report-user .user-grade .b1l {
padding: 0;
width:24px;
Expand Down Expand Up @@ -62,4 +65,4 @@
.dir-rtl.path-grade-report-user .user-grade .column-itemname.baggt,
.dir-rtl.path-grade-report-user .user-grade .column-itemname.baggb {
padding-right: 24px;
}
}

0 comments on commit 044a884

Please sign in to comment.