[FIX] solve bugs from test 21
This commit is contained in:
parent
0a99e3cdb3
commit
52cc971c2c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue