From: tjhunt Date: Fri, 22 Jun 2007 14:07:35 +0000 (+0000) Subject: Improve and simplify question layout. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0ec4fb87e36b6617dc8f0a05c966fdae3dfdc528;p=moodle.git Improve and simplify question layout. --- diff --git a/question/type/question.html b/question/type/question.html index 961b1130d9..0ca5bbbe58 100644 --- a/question/type/question.html +++ b/question/type/question.html @@ -17,30 +17,30 @@
print_question_formulation_and_controls($question, $state, $cmoptions, $options); ?> -
-
- print_question_grading_details($question, $state, $cmoptions, $options); ?> -
- -
- -
- -
- +
+ print_question_grading_details($question, $state, $cmoptions, $options); ?>
- -
- -
- + +
+ +
+ +
+ +
+ +
+ +
+ +
diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0aea8fb7cb..4c4c2f31b9 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2356,7 +2356,6 @@ body#message-messages { width: 5%; } .que .answer { - /* float: right; */ float: left; width: 83%; margin-bottom: 0.5em; @@ -2417,9 +2416,7 @@ body#message-messages { .que .commentlink, .que .generalfeedback, .que .history { - float: right; - margin: 5px; - width: 88%; + margin-top: 0.5em; } .importerror {