Merge branch 'MDL-57038-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Dan Poltawski 2016-11-18 14:41:56 +00:00
commit 835f1f9add
3 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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:

View File

@ -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: