Skip to content

Commit

Permalink
Merge branch 'WIP-MDL-35708-master_quiz' of git://github.com/nadavkav…
Browse files Browse the repository at this point in the history
…/moodle
  • Loading branch information
danpoltawski committed Oct 2, 2012
2 parents 61badb5 + 993dde5 commit 49ab2d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}

Expand All @@ -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;}

Expand Down Expand Up @@ -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%;}
Expand Down Expand Up @@ -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;}

0 comments on commit 49ab2d5

Please sign in to comment.