moodle/mod/quiz/styles.php
gustav_delius ee1fb969c8 Merging in from the MOODLE_15_QUIZREFACTOR branch.
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00

61 lines
1.1 KiB
PHP

.feedbacktext {
display:block;
}
body#mod-quiz-attempts table#attempts,
body#mod-quiz-attempts table#commands
{
width: 80%;
margin: auto;
}
body#mod-quiz-attempts table#attempts {
margin: 20px auto;
}
body#mod-quiz-attempts table#attempts .header,
body#mod-quiz-attempts table#attempts .cell
{
padding: 4px;
}
body#mod-quiz-attempts table#attempts .header .commands {
display: inline;
}
body#mod-quiz-attempts table#attempts .picture {
width: 40px;
}
body#mod-quiz-attempts table#attempts td {
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
vertical-align: bottom;
}
.feedbacktext {
text-align:right;
}
body#mod-quiz-attempts table#attempts .header {
text-align: left;
}
body#mod-quiz-attempts table#attempts .picture {
text-align: center !important;
}
body#mod-quiz-attempts .controls {
text-align: center;
}
body#mod-quiz-attempts table#attempts td {
border-color: #dddddd;
}
body#mod-quiz-attempts table#attempts .r1 {
background-color: #eeeeee;
}
.editorhelptext {
font-size:0.7em;
}