Merge branch 'MDL-56778_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Dan Poltawski 2016-12-06 12:30:28 +00:00
commit 94d950601c
2 changed files with 13 additions and 2 deletions

View File

@ -74,13 +74,17 @@ Structure of the user enroller panel
float: left;
margin: 3px;
}
.dir-rtl .user-enroller-panel .uep-search-results .user .picture {
float: right;
}
.user-enroller-panel .uep-search-results .user .details {
width: 180px;
float: left;
margin: 3px;
}
.dir-rtl .user-enroller-panel .uep-search-results .user .details {
float: right;
}
.user-enroller-panel .uep-search-results .user .options {
padding-right: 7px;
margin: 3px;
@ -91,6 +95,9 @@ Structure of the user enroller panel
float: right;
cursor: pointer;
}
.dir-rtl .user-enroller-panel .uep-search-results .user .options .enrol {
float: left;
}
.user-enroller-panel .uep-search-results .cohort {
width: 100%;

View File

@ -1260,6 +1260,10 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .yui3-widget-buttons {
/*rtl:raw:
left: 0;
right: auto;
*/
padding: $spacer;
}