Merge branch 'WIP-MDL-35708-master_quiz' of git://github.com/nadavkav/moodle
This commit is contained in:
+5
-2
@@ -11,6 +11,8 @@
|
||||
|
||||
#page-mod-quiz-attempt .submitbtns,
|
||||
#page-mod-quiz-review .submitbtns {clear: left; text-align: left; padding-top: 1.5em;}
|
||||
#page-mod-quiz-attempt.dir-rtl .submitbtns,
|
||||
#page-mod-quiz-review.dir-rtl .submitbtns {text-align: right;}
|
||||
|
||||
body.jsenabled .questionflagcheckbox {display: none;}
|
||||
|
||||
@@ -27,7 +29,7 @@ body.jsenabled .questionflagcheckbox {display: none;}
|
||||
.path-mod-quiz #user-picture img {width: auto;height: auto;float: left;}
|
||||
|
||||
.path-mod-quiz .qnbutton {display: block; position: relative; float: left; width: 1.5em; height: 1.5em; overflow: hidden; margin: 0.3em 0.3em 0.3em 0; padding: 0; border: 1px solid #bbb; background: #ddd; text-align: center; vertical-align: middle;line-height: 1.5em !important; font-weight: bold; text-decoration: none;}
|
||||
|
||||
.path-mod-quiz.dir-rtl .qnbutton {float: right;}
|
||||
.path-mod-quiz .qnbutton .trafficlight,
|
||||
.path-mod-quiz .qnbutton .thispageholder {display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
|
||||
|
||||
@@ -135,6 +137,7 @@ table.quizattemptsummary .noreviewmessage {color: gray;}
|
||||
table.quizreviewsummary {width: 100%;}
|
||||
table.quizreviewsummary th.cell {padding: 1px 0.5em 1px 1em;font-weight: bold;text-align: right;width: 10em;background: #f0f0f0;}
|
||||
table.quizreviewsummary td.cell {padding: 1px 1em 1px 0.5em;text-align: left;background: #fafafa;}
|
||||
.dir-rtl table.quizreviewsummary td.cell {text-align: right;}
|
||||
|
||||
/** Mod quiz make comment or override grade popup. **/
|
||||
#page-mod-quiz-comment .mform {width: 100%;}
|
||||
@@ -408,4 +411,4 @@ bank window's title is prominent enough*/
|
||||
#page-mod-quiz-edit.dir-rtl .quizpagedelete {left: 0.2em;right:auto;}
|
||||
#page-mod-quiz-edit.dir-rtl div.quizcontents {clear: right;float: right;}
|
||||
#page-mod-quiz-edit.dir-rtl .questionbankwindow.block {float: left;}
|
||||
#page-question-edit.dir-rtl td.creatorname, #page-question-edit.dir-rtl td.modifiername {text-align: center;}
|
||||
#page-question-edit.dir-rtl td.creatorname, #page-question-edit.dir-rtl td.modifiername {text-align: center;}
|
||||
|
||||
Reference in New Issue
Block a user