forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-22787 Fixed incorrect CSS selectors, I forgot about the plugin sc…
…ope needed
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
.singlebutton { | ||
.path-admin-mnet-service-enrol .singlebutton { | ||
text-align: center; | ||
} | ||
table.remotehosts, | ||
table.otherenrolledusers, | ||
table.remotecourses { | ||
.path-admin-mnet-service-enrol table.remotehosts, | ||
.path-admin-mnet-service-enrol table.otherenrolledusers, | ||
.path-admin-mnet-service-enrol table.remotecourses { | ||
margin: 0px auto 1em auto; | ||
} | ||
table.remotecourses th.categoryname { | ||
.path-admin-mnet-service-enrol table.remotecourses th.categoryname { | ||
text-align: left; | ||
background-color: #f6f6f6; | ||
} | ||
table.remotecourses td.c1 { | ||
.path-admin-mnet-service-enrol table.remotecourses td.c1 { | ||
font-weight: bold; | ||
} | ||
table.remotecourses th.categoryname img { | ||
.path-admin-mnet-service-enrol table.remotecourses th.categoryname img { | ||
margin-right: 1em; | ||
} | ||
.collapsibleregioncaption { | ||
.path-admin-mnet-service-enrol .collapsibleregioncaption { | ||
font-size: 110%; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.collapsibleregioninner { | ||
.path-admin-mnet-service-enrol .collapsibleregioninner { | ||
border: 1px solid #ddd; | ||
padding: 1em; | ||
} | ||
.collapsibleregion.remotecourse.summary { | ||
.path-admin-mnet-service-enrol .collapsibleregion.remotecourse.summary { | ||
margin: 0px 10em; | ||
} | ||
.roleassigntable { | ||
.path-admin-mnet-service-enrol .roleassigntable { | ||
margin: 1em auto; | ||
} |