mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-49064 bootstrapbase: fixed rtl alignment of leftalign CSS class
This commit is contained in:
parent
88cd577ef3
commit
1d66182d65
@ -14,6 +14,10 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dir-rtl.path-admin .admintable .leftalign {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.environmenttable {
|
||||
p.warn {
|
||||
background-color : @warningBackground;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user