mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Put the unit test styles in the standard theme, rather than using the previous nasty hack that had been broken by the admin page changes.
This commit is contained in:
parent
80f7ef6fe9
commit
45f501a54b
3 changed files with 37 additions and 16 deletions
|
@ -276,6 +276,34 @@ table.flexible .r1 {
|
|||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index span.notice {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index b.pass {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index b.fail, b.exception {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .exception, .exception pre {
|
||||
background-color: #fdd;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .unittestsummary {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .unittestsummary.fail {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .unittestsummary.pass {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
|
|
|
@ -428,6 +428,15 @@ body#admin-roles-manage table.generalbox {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .exception pre {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#admin-report-simpletest-index .unittestsummary {
|
||||
padding: 8px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue