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

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Eloy Lafuente (stronk7)
2013-07-23 22:39:13 +02:00
2 changed files with 27 additions and 1 deletions
@@ -12,6 +12,32 @@ table.flexible,
.generaltable {
.table-striped;
}
.dir-rtl {
table#explaincaps,
table#defineroletable,
table.grading-report,
table#listdirectories,
table.rolecaps,
table.userenrolment,
table#form,
form#movecourses table,
.forumheaderlist,
table.flexible,
.generaltable,
.generaltable thead:first-child tr:first-child {
td , th {
text-align:right;
}
}
}
#page-admin-course-index.dir-rtl .editcourse {
td , th {
text-align:right;
}
}
#page-report-loglive-index .generaltable,
#page-admin-report-log-index .generaltable,
#page-report-log-user .generaltable,
File diff suppressed because one or more lines are too long