1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

MDL-53147 theme_bootstrapbase: Fix RTL issues in messags

This commit is contained in:
Dan Poltawski 2016-03-24 09:01:11 +08:00
parent c0c26e5e69
commit a4302a8fbe
2 changed files with 7 additions and 1 deletions
theme/bootstrapbase
less/moodle
style

@ -151,6 +151,12 @@ table.message .searchresults td {
}
}
}
.message .contactselector {
@media screen and (min-width: 1000px) {
float: right;
}
}
}
.message .messagearea {
@media screen and (min-width: 1000px) {

File diff suppressed because one or more lines are too long