mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-55170 theme_bootstrapbase: Fix user enrollment dialog, RTL
This commit is contained in:
parent
5a1728df39
commit
3bce7d0880
2 changed files with 9 additions and 1 deletions
|
@ -1247,6 +1247,14 @@ tr.flagged-tag a {
|
|||
}
|
||||
}
|
||||
}
|
||||
.user-enroller-panel .uep-search-results .user {
|
||||
.count, .picture, .details {
|
||||
float:right;
|
||||
}
|
||||
.options .enrol {
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue