From: gustav_delius Date: Sun, 26 Mar 2006 11:11:29 +0000 (+0000) Subject: Renamed the question style class from question to que, see bug 4904 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a239d1d92c0603f1b51af40aeba1e49aea4ba5d7;p=moodle.git Renamed the question style class from question to que, see bug 4904 --- diff --git a/question/type/description/question.html b/question/type/description/question.html index b57f49404d..241b9fa85e 100644 --- a/question/type/description/question.html +++ b/question/type/description/question.html @@ -1,4 +1,4 @@ -
+
diff --git a/question/type/question.html b/question/type/question.html index 8e438da455..2de4aa6f23 100644 --- a/question/type/question.html +++ b/question/type/question.html @@ -3,7 +3,7 @@ * print_question() method. */ ?> -
+
diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 0f87bf72a8..9573ef8739 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -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, diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index e9d00f766a..7d59ede553 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -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; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8cf1e4a8bd..32c16775c2 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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%;