From fd901cf0e2351cd0d3255b6aad599d63ca7f074c Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Mon, 1 Oct 2012 23:03:51 +0200 Subject: [PATCH] MDL-35724 - Right align "Question Type" label in Quiz Editing page, when in RTL mode --- mod/quiz/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/quiz/styles.css b/mod/quiz/styles.css index a24dfb837fc..e5f68b17681 100644 --- a/mod/quiz/styles.css +++ b/mod/quiz/styles.css @@ -250,6 +250,7 @@ table#categoryquestions {width: 100%;overflow: hidden;table-layout: fixed;} #page-mod-quiz-edit div.question div.content .singlequestion .questiontext{display:inline-block;} #page-mod-quiz-edit div.question div.content .singlequestion .questionpreview{background-color:#eee;} #page-mod-quiz-edit div.question div.content .questiontype{display:block;clear:left;float:left;} +#page-mod-quiz-edit.dir-rtl div.question div.content .questiontype {clear: right;float: right;} #page-mod-quiz-edit div.question div.content .questionpreview {display:block;float:left;margin-left:0.3em;padding-left:0.2em;padding-right:0.2em;} #page-mod-quiz-edit div.question div.content .questionpreview a{background-color:#eee;} #page-mod-quiz-edit div.question div.content div.quiz_randomquestion .questionpreview{display:inline;float:none;}