moodle/mod/quiz/styles.php

70 lines
1.2 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;
}
.grade {
font-size: small;
margin-top: 10pt
}
.gradingdetails {
font-size: small;
}
.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;
}