amount styling for RTL

This commit is contained in:
Burak Civan
2022-08-04 10:01:08 +03:00
parent 37cde94be0
commit 09171e66b3
2 changed files with 18 additions and 6 deletions

17
public/css/print.css vendored
View File

@@ -68,11 +68,26 @@ html[dir='rtl'] .right-column {
margin-top: 8px;
}
.print-template .ml-1
html[dir='ltr'] .print-template .ml-1
{
margin-left: 8px;
}
html[dir='rtl'] .print-template .ml-1
{
margin-right: 8px;
}
html[dir='ltr'] .print-template .ml-2
{
margin-right: 16px;
}
html[dir='rtl'] .print-template .ml-2
{
margin-left: 16px;
}
.pl-head
{
padding-left: 18px;