Skip to content

Commit

Permalink
MDL-52625 Badges: Right align manage badges table content, in RTL mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Jan 4, 2016
1 parent ef343c3 commit 6ca6d62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,13 @@ table.collection .description {
width: 25%;
text-align: left;
}
.dir-rtl table.collection {
.name,
.criteria,
.description {
text-align: right;
}
}
table.collection .actions {
width: 11em;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 6ca6d62

Please sign in to comment.