MDL-40835 - "My badges" page, text need to be align right, in RTL mode (theme/clean, bootstrapbase)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user