From b801e460d9e35866053cdca84293b4a936d2c68c Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Mon, 15 Oct 2012 11:20:49 +0200 Subject: [PATCH] MDL-35583 - blocks header and footer right align fixes, profile picture right align (update) --- theme/canvas/style/core.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index 66906ae1c50..95c15bbb1f5 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -244,7 +244,7 @@ input[type="radio"] { text-align: left; padding-left:10px } -.dir-rtl .userinfobox .content {text-align: right;} +.dir-rtl .userinfobox .content {text-align: right;padding-right:10px;padding-left:0px;} .userinfobox .links { vertical-align: top; @@ -262,7 +262,7 @@ input[type="radio"] { float: left; margin-right: 10px; } -.dir-rtl .profilepicture {float: right;} +.dir-rtl .profilepicture {float: right;margin-left: 10px;margin-right: 0px;} .descriptionbox { margin-left: 110px;