]> git.mjollnir.org Git - moodle.git/commitdiff
Renamed the question style class from question to que, see bug 4904
authorgustav_delius <gustav_delius>
Sun, 26 Mar 2006 11:11:29 +0000 (11:11 +0000)
committergustav_delius <gustav_delius>
Sun, 26 Mar 2006 11:11:29 +0000 (11:11 +0000)
question/type/description/question.html
question/type/question.html
theme/standard/styles_color.css
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index b57f49404d9d36307b8d7d27d057ba4b00586608..241b9fa85ecfa7d4b254c59dbbabf5e20b3a810d 100644 (file)
@@ -1,4 +1,4 @@
-<table id="q<?php echo $question->id; ?>" class="question <?php echo $question->qtype; ?>"><tr><td>
+<table id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>"><tr><td>
   <div class="info">
     <span class="edit"><?php echo $editlink; ?></span>
   </div>
index 8e438da4553f81c818f1d99ebb3c95e6e2676f87..2de4aa6f23122ce86582ad69c20ff300d2de03a4 100644 (file)
@@ -3,7 +3,7 @@
  * print_question() method.
  */
 ?>
-<table id="q<?php echo $question->id; ?>" class="question <?php echo $question->qtype; ?>"><tr><td>
+<table id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>"><tr><td>
   <div class="info">
     <span class="no"><?php echo $number; ?></span>
     <span class="edit"><?php echo $editlink; ?></span>
index 0f87bf72a8291b520ce30da084e163f38b47f19b..9573ef87397d84590e9053e88aefb92cf75e4435 100644 (file)
@@ -555,13 +555,13 @@ table.message_search_results td {
  *** Question
  ***/
 
-.question {
+.que {
        border-color: #DDD;
 }
-.question .r0 {
+.que .r0 {
        background-color: #F5F5F5;
 }
-.question .r1 {
+.que .r1 {
        background-color: #EEE;
 }
 .calculated .answer,
index e9d00f766a5fc055e367fac66ab642c27508d6e4..7d59ede553dfcea89cda7231925220e2f7aee067 100644 (file)
@@ -571,11 +571,11 @@ body#grade-index .grades .header {
  *** Question
  ***/
 
-.question .no {
+.que .no {
        font-size: 1.2em;
        font-weight: bold;
 }
-.question .grade {
+.que .grade {
        font-size: 0.8em;
 }
 
index 8cf1e4a8bdf5239d82196cafd4d505586a2f81d4..32c16775c2926fd23da7f358696e20f0367c37da 100644 (file)
@@ -1082,54 +1082,54 @@ body#message-messages {
  *** Question
  ***/
 
-.question {
+.que {
        width: 90%;
        text-align: left;
        margin: 10px auto 15px auto;
        border: 1px solid;
        clear: both;
 }
-.question .info {
+.que .info {
        float: left;
        margin: 5px;
        width: 8%;
 }
-.question .grade {
+.que .grade {
        margin-top: 0.5em;
 }
-.question .content {
+.que .content {
        float: right;
        margin: 5px;
        width: 88%;
 }
-.question .qtext {
+.que .qtext {
        margin-bottom: 1.5em;
 }
-.question .ablock {
+.que .ablock {
        margin: 0.7em 0 0.3em 0;
 }
-.question .prompt {
+.que .prompt {
        float: left;
        width: 15%;
        height: 2em;
        padding-top: 0.3em;
 }
-.question .answer {
+.que .answer {
        float: right;
        width: 83%;
        margin-bottom: 0.5em;
 }
-.question .submit {
+.que .submit {
        position: relative;
        clear: both;
        float: left;
 }
 /* MSIE Hack */
-* html .question .submit {
+* html .que .submit {
        float: none;
 }
-.question .c0,
-.question .c1 {
+.que .c0,
+.que .c1 {
        padding: 0.3em 0 0.3em 0.3em;
        vertical-align: top;
 }
@@ -1157,8 +1157,8 @@ body#message-messages {
        padding: 0 0 0.3em 0.3em;
   border: 1px solid;
 }      
-.question .grading, 
-.question .history {
+.que .grading, 
+.que .history {
        float: right;
        margin: 5px;
        width: 88%;