mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-56778 Enrollment: Fix enroll users dialog in RTL mode (theme:Boost)
This commit is contained in:
parent
cd4a6b8b0b
commit
85dd7c6f7a
@ -73,13 +73,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;
|
||||
@ -90,6 +94,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%;
|
||||
|
@ -1261,6 +1261,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