MDL-35724 - Right align "Question Type" label in Quiz Editing page, when in RTL mode

This commit is contained in:
Nadav Kavalerchik
2012-10-08 11:35:09 +02:00
parent ccd90e765e
commit fd901cf0e2
+1
View File
@@ -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;}