Skip to content

Commit

Permalink
MDL-50406 Messages: Right align messages menu box, in RTL mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed May 29, 2015
1 parent 0c6faf4 commit af3a065
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions theme/base/style/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ table.message .searchresults td {padding:5px;}
width: 24%;
float: left;
}
.dir-rtl .message .contactselector {
float: right;
}
.message .contactselector .paging {
z-index: 1;
position: relative;
Expand Down
4 changes: 3 additions & 1 deletion theme/bootstrapbase/less/moodle/message.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ table.message .searchresults td {
width: 24%;
}
float: left;
.dir-rtl & {
float:right;
}
}

.message .contactselector .paging {
z-index: 1;
position: relative;
Expand Down
9 changes: 0 additions & 9 deletions theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit af3a065

Please sign in to comment.