From fbb31b0f905c8859cc4f559f4f8148769367ece6 Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Thu, 28 Feb 2013 10:18:03 +0800 Subject: [PATCH] MDL-35875 - Users - Fixing RTL support --- theme/base/style/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/user.css b/theme/base/style/user.css index f2d68e49d58..94d8b158357 100644 --- a/theme/base/style/user.css +++ b/theme/base/style/user.css @@ -61,7 +61,7 @@ /** Overide for RTL layout **/ .dir-rtl .userprofile .profilepicture {float:right; margin-left:20px;margin-right:0px;} -.dir-rtl .descriptionbox {margin-right: 110px;margin-left: 0px;float: right;} +.dir-rtl .descriptionbox {margin-left: 0px;float: right;} .dir-rtl .userlist table#participants td, .dir-rtl .userlist table#participants th {text-align: right;} .dir-rtl .userlist table#participants {margin: 0 auto;} -- 2.43.0