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:
parent
c0c26e5e69
commit
a4302a8fbe
theme/bootstrapbase
@ -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
Loading…
x
Reference in New Issue
Block a user