mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
33 lines
610 B
CSS
33 lines
610 B
CSS
.singlebutton {
|
|
text-align: center;
|
|
}
|
|
table.remotehosts,
|
|
table.remotecourses {
|
|
margin: 0px auto 1em 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;
|
|
}
|
|
.collapsibleregioncaption {
|
|
font-size: 110%;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
.collapsibleregioninner {
|
|
border: 1px solid #ddd;
|
|
padding: 1em;
|
|
}
|
|
.collapsibleregion.remotecourse.summary {
|
|
margin: 0px 10em;
|
|
}
|
|
.roleassigntable {
|
|
margin: 1em auto;
|
|
}
|