Skip to content

Commit

Permalink
quiz editing: MDL-18376 Since there is no grading for description, we…
Browse files Browse the repository at this point in the history
… can show more question text. Thanks Olli.
  • Loading branch information
tjhunt committed Feb 26, 2009
1 parent b974f94 commit 944efb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/editlib.php
Expand Up @@ -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="";
Expand Down
3 changes: 3 additions & 0 deletions theme/standard/styles_layout.css
Expand Up @@ -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;
Expand Down

0 comments on commit 944efb3

Please sign in to comment.