From 43aae6cc28454c29408e2ffd7fa1a3cec7f10a11 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Wed, 17 Oct 2012 19:34:16 +0200 Subject: [PATCH] MDL-35583 - blocks header and footer right align fixes, profile picture right align (update) --- theme/canvas/style/core.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index 66906ae1c50..a4dbe7909e8 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; @@ -659,6 +659,4 @@ input[type="radio"] { margin: 10% auto; } -.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;} - -.yui3-menu .yui3-menu {position: static;} \ No newline at end of file +.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;} \ No newline at end of file