mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
FIxes for some question styles that were getting confused by the new /question
directory
This commit is contained in:
parent
92b6d775b2
commit
581d27ff58
1 changed files with 13 additions and 13 deletions
|
@ -1085,44 +1085,44 @@ body#message-messages {
|
||||||
#mod-quiz-attempt #page {
|
#mod-quiz-attempt #page {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.question {
|
.mod-quiz .question {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 10px auto 15px auto;
|
margin: 10px auto 15px auto;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.question .info {
|
.mod-quiz .question .info {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 8%;
|
width: 8%;
|
||||||
}
|
}
|
||||||
.question .grade {
|
.mod-quiz .question .grade {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
.question .content {
|
.mod-quiz .question .content {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 88%;
|
width: 88%;
|
||||||
}
|
}
|
||||||
.question .qtext {
|
.mod-quiz .question .qtext {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
.question .ablock {
|
.mod-quiz .question .ablock {
|
||||||
margin: 0.7em 0 0.3em 0;
|
margin: 0.7em 0 0.3em 0;
|
||||||
}
|
}
|
||||||
.question .prompt {
|
.mod-quiz .question .prompt {
|
||||||
float: left;
|
float: left;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
padding-top: 0.3em;
|
padding-top: 0.3em;
|
||||||
}
|
}
|
||||||
.question .answer {
|
.mod-quiz .question .answer {
|
||||||
float: right;
|
float: right;
|
||||||
width: 83%;
|
width: 83%;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
.question .submit {
|
.mod-quiz .question .submit {
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -1131,8 +1131,8 @@ body#message-messages {
|
||||||
* html .question .submit {
|
* html .question .submit {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
.question .c0,
|
.mod-quiz .question .c0,
|
||||||
.question .c1 {
|
.mod-quiz .question .c1 {
|
||||||
padding: 0.3em 0 0.3em 0.3em;
|
padding: 0.3em 0 0.3em 0.3em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
@ -1160,8 +1160,8 @@ body#message-messages {
|
||||||
padding: 0 0 0.3em 0.3em;
|
padding: 0 0 0.3em 0.3em;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
.question .grading,
|
.mod-quiz .question .grading,
|
||||||
.question .history {
|
.mod-quiz .question .history {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 88%;
|
width: 88%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue