Merge pull request #6315 from expsa/fix_bugs

[FIX] solve bugs from test 21
This commit is contained in:
NossibaElhadi 2026-01-22 15:37:54 +03:00 committed by GitHub
commit 0d52f05249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@
}
.orphan-page td {
direction: rtl !important;
font-size: 17px;
font-size: 16px;
}
.orphan-page .data-items-row {
display: table-row !important;
@ -83,7 +83,7 @@
background-color: white !important;
border-radius: 30px !important;
overflow: hidden !important;
font-size: 17px;
font-size: 16px;
}
.orphan-page .label-cell {
@ -93,7 +93,7 @@
.orphan-page .label-cell-dark {
background-color: #136456 !important;
color: white !important;
font-size: 17px !important;
font-size: 16px !important;
}
</style>
@ -155,7 +155,7 @@
<td class="data-item-col" style="width: 50%; padding: 9px 35px 10px 15px; vertical-align: top;">
<table style="width: 100%; height: 40px; border-radius: 30px; box-shadow: 0 0 0 1px #136456; background-color: white; border-collapse: separate; border-spacing: 0; overflow: hidden; direction: rtl;" cellpadding="0" cellspacing="0">
<tr>
<td class="label-cell" style="width: 48%; height: 40px; background-color: #CCA761 !important; color: white !important; text-align: center; font-size: 17px; font-weight: bold; padding: 5px 15px; font-family: 'Cairo', Arial, sans-serif; border-radius: 30px 0px 0px 30px; overflow: hidden;">
<td class="label-cell" style="width: 48%; height: 40px; background-color: #CCA761 !important; color: white !important; text-align: center; font-size: 16px; font-weight: bold; padding: 5px 15px; font-family: 'Cairo', Arial, sans-serif; border-radius: 30px 0px 0px 30px; overflow: hidden;">
<t t-if="doc.relationn.relation_type == 'mother'">
اسم الأرملة
</t>