Skip to content

Commit

Permalink
MDL-39683 message: RTL alignment of messages in theme_base
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Jan 13, 2014
1 parent 6e6af85 commit 6023d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/base/style/message.css
Expand Up @@ -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%}
Expand Down

0 comments on commit 6023d8e

Please sign in to comment.