mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
481f0e154b
This commit introduces two new tables that replace legacy mnet_enrol_* ones. These two tables are used for caching of XML-RPC responses.
16 lines
279 B
CSS
16 lines
279 B
CSS
table.remotehosts,
|
|
table.remotecourses {
|
|
margin: 0px auto;
|
|
}
|
|
|
|
table.remotecourses th.categoryname {
|
|
text-align: left;
|
|
background-color: #f6f6f6;
|
|
}
|
|
table.remotecourses td.c1 {
|
|
font-weight: bold;
|
|
}
|
|
table.remotecourses th.categoryname img {
|
|
margin-right: 1em;
|
|
}
|