Merge pull request #6315 from expsa/fix_bugs
[FIX] solve bugs from test 21
This commit is contained in:
commit
0d52f05249
|
|
@ -63,7 +63,7 @@
|
||||||
}
|
}
|
||||||
.orphan-page td {
|
.orphan-page td {
|
||||||
direction: rtl !important;
|
direction: rtl !important;
|
||||||
font-size: 17px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.orphan-page .data-items-row {
|
.orphan-page .data-items-row {
|
||||||
display: table-row !important;
|
display: table-row !important;
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
border-radius: 30px !important;
|
border-radius: 30px !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
font-size: 17px;
|
font-size: 16px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.orphan-page .label-cell {
|
.orphan-page .label-cell {
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
.orphan-page .label-cell-dark {
|
.orphan-page .label-cell-dark {
|
||||||
background-color: #136456 !important;
|
background-color: #136456 !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
font-size: 17px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
<td class="data-item-col" style="width: 50%; padding: 9px 35px 10px 15px; vertical-align: top;">
|
<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">
|
<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>
|
<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 t-if="doc.relationn.relation_type == 'mother'">
|
||||||
اسم الأرملة
|
اسم الأرملة
|
||||||
</t>
|
</t>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue