Merge branch 'MDL-52625_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Andrew Nicols
2016-01-05 08:05:17 +08:00
2 changed files with 8 additions and 1 deletions
@@ -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;
File diff suppressed because one or more lines are too long