mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 08:05:49 +01:00
MDL-40835 - "My badges" page, text need to be align right, in RTL mode (theme/clean, bootstrapbase)
This commit is contained in:
parent
7f3836d15a
commit
f6fbe8f4ea
@ -1881,6 +1881,12 @@ table.badgeissuedinfo .bfield {
|
||||
text-align: left;
|
||||
font-style: italic;
|
||||
}
|
||||
.dir-rtl {
|
||||
table.badgeissuedinfo .bvalue,
|
||||
table.badgeissuedinfo .bfield {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
ul.badges {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
@ -1964,6 +1970,9 @@ div.badge .expireimage {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.dir-rtl .activatebadge {
|
||||
text-align: right;
|
||||
}
|
||||
.addcourse {
|
||||
float: right;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user