Skip to content

Commit

Permalink
MDL-39683 Messages, Themes: Fix "my" and "other person" message align…
Browse files Browse the repository at this point in the history
…ment in RTL mode (theme/clean)
  • Loading branch information
nadavkav authored and FMCorz committed Jan 13, 2014
1 parent e71a533 commit 53a26c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions theme/bootstrapbase/less/moodle/message.less
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 53a26c8

Please sign in to comment.