mirror of
https://github.com/moodle/moodle.git
synced 2025-03-06 08:49:53 +01:00
24 lines
509 B
CSS
24 lines
509 B
CSS
|
body#mod-quiz-report table#attempts {
|
||
|
margin: 20px auto;
|
||
|
}
|
||
|
body#mod-quiz-report table#attempts .header,
|
||
|
body#mod-quiz-report table#attempts .cell
|
||
|
{
|
||
|
padding: 4px;
|
||
|
}
|
||
|
body#mod-quiz-report table#attempts .header .commands {
|
||
|
display: inline;
|
||
|
}
|
||
|
body#mod-quiz-report table#attempts td {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
body#mod-quiz-report table#attempts .header {
|
||
|
text-align: left;
|
||
|
}
|
||
|
body#mod-quiz-report table#attempts .numcol {
|
||
|
text-align: center;
|
||
|
vertical-align : middle !important;
|
||
|
}
|
||
|
|