MDL-55170 theme_bootstrapbase: Fix user enrollment dialog, RTL

This commit is contained in:
Nadav Kavalerchik 2016-07-09 14:52:21 +03:00
parent 5a1728df39
commit 3bce7d0880
2 changed files with 9 additions and 1 deletions

View file

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