MDL-49064 bootstrapbase: fixed rtl alignment of leftalign CSS class

This commit is contained in:
Brian Barnes 2015-02-03 09:09:35 +13:00
parent 88cd577ef3
commit 1d66182d65
2 changed files with 5 additions and 1 deletions

View File

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