From: pilpi Date: Thu, 4 Dec 2008 13:28:55 +0000 (+0000) Subject: quiz editing: MDL-17409 added some rtl CSS for the new quiz editing UI X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=923602a0560d4d4d1b8b240f3747eeb139c16532;p=moodle.git quiz editing: MDL-17409 added some rtl CSS for the new quiz editing UI --- diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index a6d9bb7687..35f14f9844 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -337,6 +337,27 @@ body#mod-quiz-report table#attempts .header { float: right; } +#mod-quiz-edit div.sideblock{ + float:left; +} +#mod-quiz-edit div.quizcontents { + clear:none; +} +#mod-quiz-edit div.quizpage span.pagetitle{ + float:right; +} +#mod-quiz-edit div.question div.qnum{ + float:right; +} +/*#mod-quiz-edit div.question div.content div.questioncontrols{ + float:left; +} +#mod-quiz-edit div.question div.content div.points, #mod-quiz-edit div.question div.content div.qorder { + float:left; +} +#mod-quiz-edit div.editq div.question div.content .singlequestion a .questionname, #mod-quiz-edit div.editq div.question div.content .singlequestion a .questiontext { + float:right; +}*/ .logtable th { text-align: right; }