Skip to content

Commit

Permalink
MDL-49558 user grades: Fix range & percent grade display in RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Mar 19, 2015
1 parent a149d6a commit 704a8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grade/report/user/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
min-width: 4.5em;
vertical-align: top;
}
.dir-rtl.path-grade-report-user .user-grade td {
direction: ltr;
}
.path-grade-report-user .user-grade .b1l {
padding: 0;
width:24px;
Expand Down

0 comments on commit 704a8e5

Please sign in to comment.