]> git.mjollnir.org Git - moodle.git/commitdiff
quiz editing: MDL-18376 Since there is no grading for description, we can show more...
authortjhunt <tjhunt>
Thu, 26 Feb 2009 06:51:35 +0000 (06:51 +0000)
committertjhunt <tjhunt>
Thu, 26 Feb 2009 06:51:35 +0000 (06:51 +0000)
mod/quiz/editlib.php
theme/standard/styles_layout.css

index 4e1f1cd7cc1188a961b64cf5cd029a8fc6d426d3..513eeebae499eb6dcc5ba57119e4593bd6f32a1e 100644 (file)
@@ -360,7 +360,7 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete=true,
                 /* Display question start */
 ?>
 <div class="question">
-    <div class="questioncontainer">
+    <div class="questioncontainer <?php echo $question->qtype; ?>">
         <div class="qnum">
         <?php
             $reordercheckbox="";
index 4b522f6cbf6d9f106812bf699f54aaec8f60f832..7ef59b3e001f995f5dd2f3d697484400a6b89e7b 100644 (file)
@@ -4858,6 +4858,9 @@ table.quizreviewsummary td.cell {
     white-space:nowrap;
     text-overflow:ellipsis;
 }
+#mod-quiz-edit div.editq div.question div.description div.content .questiontext {
+    max-width: 75%;
+}
 
 #mod-quiz-edit div.quizpage .pagecontent .pagestatus{
     -webkit-border-radius-bottomright:0.3em;