|
@@ -131,8 +131,8 @@
|
|
|
height: 4.5cm;
|
|
|
}
|
|
|
.art-col1{
|
|
|
- width:0.4cm;
|
|
|
- text-align: center;
|
|
|
+ width:3cm;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
.art-col2{
|
|
|
padding-left: 0.7cm;
|
|
@@ -144,21 +144,18 @@
|
|
|
width:9cm;
|
|
|
}
|
|
|
.art-col4{
|
|
|
- width:0.9cm;
|
|
|
+ width:2.9cm;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.art-col5{
|
|
|
- width:2.8cm;
|
|
|
+ width:3cm;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.art-col6{
|
|
|
- width:2.7cm;
|
|
|
- text-align: right;
|
|
|
- }
|
|
|
- .art-col7{
|
|
|
- width:1.5cm;
|
|
|
+ width:4.2cm;
|
|
|
text-align: right;
|
|
|
}
|
|
|
+
|
|
|
.spad{
|
|
|
width: 8.5cm;
|
|
|
float: left;
|
|
@@ -168,7 +165,7 @@
|
|
|
}
|
|
|
|
|
|
.subtotal_mat{
|
|
|
- width: 2.4cm;
|
|
|
+ width: 4.3cm;
|
|
|
float: left;
|
|
|
text-align: right;
|
|
|
padding-top: 0.09cm;
|
|
@@ -177,7 +174,7 @@
|
|
|
min-height: 0.4cm;
|
|
|
}
|
|
|
.subtotal_mo{
|
|
|
- width: 3cm;
|
|
|
+ width: 3.6cm;
|
|
|
float: left;
|
|
|
text-align: right;
|
|
|
padding-top: 0.09cm;
|
|
@@ -326,12 +323,16 @@
|
|
|
</table>
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="col-xs-4 pull-right">
|
|
|
+ <div class="col-xs-12 pull-right">
|
|
|
<table class="table table-condensed">
|
|
|
- <td class="subtotal_mat">
|
|
|
+ <td class="art-col1"><b>Sub Totales: </b></td>
|
|
|
+ <td class="art-col2"></td>
|
|
|
+ <td class="art-col3"></td>
|
|
|
+ <td class="art-col4"></td>
|
|
|
+ <td class="art-col5">
|
|
|
<span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span>
|
|
|
</td>
|
|
|
- <td class="subtotal_mo">
|
|
|
+ <td class="art-col6">
|
|
|
<span t-esc="'{0:,.0f}'.format(int(valor_mo)).replace(',', '.')"></span>
|
|
|
</td>
|
|
|
</table>
|