mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-56778_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
94d950601c
@ -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%;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user