mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +01:00
MDL-39683 Messages, Themes: Fix "my" and "other person" message alignment in RTL mode (theme/clean)
This commit is contained in:
parent
12efa52762
commit
cb0f81c210
@ -99,12 +99,18 @@ table.message .searchresults td {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
.dir-rtl .message .messagearea .messagehistory .left {
|
||||
float:right;
|
||||
}
|
||||
.message .messagearea .messagehistory .right {
|
||||
padding-bottom: 10px;
|
||||
width: 50%;
|
||||
float: right;
|
||||
clear: both;
|
||||
}
|
||||
.dir-rtl .message .messagearea .messagehistory .right {
|
||||
float:left;
|
||||
}
|
||||
.message .messagearea .messagehistory .notification {
|
||||
padding: 10px;
|
||||
background-color: #eee;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user