mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-57038-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
835f1f9add
@ -192,7 +192,7 @@ a.autolink.glossary:hover {
|
||||
}
|
||||
/*rtl:raw:
|
||||
.collapsible-actions .collapseexpand {
|
||||
background: url([[pix:t/collapsed_rtl]]);
|
||||
background: url([[pix:t/collapsed_rtl]]) right center no-repeat;
|
||||
}
|
||||
*/
|
||||
.collapsible-actions .collapse-all {
|
||||
|
@ -35,7 +35,7 @@ form {
|
||||
.mform fieldset.collapsible legend a.fheader {
|
||||
padding: 0 5px 0 20px;
|
||||
margin-left: -20px;
|
||||
background: url([[pix:t/expanded]]) 2px center no-repeat;
|
||||
background: url([[pix:t/expanded]]) left center no-repeat;
|
||||
}
|
||||
.mform fieldset.collapsed legend a.fheader {
|
||||
/*rtl:raw:
|
||||
|
@ -162,7 +162,7 @@ a.autolink.glossary:hover {
|
||||
}
|
||||
/*rtl:raw:
|
||||
.collapsible-actions .collapseexpand {
|
||||
background: url([[pix:t/collapsed_rtl]]);
|
||||
background: url([[pix:t/collapsed_rtl]]) right center no-repeat;
|
||||
}
|
||||
*/
|
||||
.collapsible-actions .collapse-all {
|
||||
@ -13821,7 +13821,7 @@ form {
|
||||
.mform fieldset.collapsible legend a.fheader {
|
||||
padding: 0 5px 0 20px;
|
||||
margin-left: -20px;
|
||||
background: url([[pix:t/expanded]]) 2px center no-repeat;
|
||||
background: url([[pix:t/expanded]]) left center no-repeat;
|
||||
}
|
||||
.mform fieldset.collapsed legend a.fheader {
|
||||
/*rtl:raw:
|
||||
|
Loading…
x
Reference in New Issue
Block a user