MDL-39683 message: RTL alignment of messages in theme_base
This commit is contained in:
@@ -41,7 +41,10 @@ table.message .searchresults td {padding:5px;}
|
||||
|
||||
.message .messagearea .messagehistory .heading {width:100%;clear:both;}
|
||||
.message .messagearea .messagehistory .left {padding-bottom:10px;width:50%;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:#EEEEEE;margin-top:5px;}
|
||||
.message .messagearea .messagesend {padding-top:20px;clear:both;}
|
||||
.message .messagearea .messagesend .messagesendbox {width:100%}
|
||||
|
||||
Reference in New Issue
Block a user