|
@@ -190,9 +190,10 @@
|
|
|
width: 100%;
|
|
|
top: 0px;
|
|
|
}
|
|
|
- .Your_custom_class > jpg {
|
|
|
- height: 30px;
|
|
|
- width: 30px;
|
|
|
+ .foto_personal {
|
|
|
+ position: absolute;
|
|
|
+ top: 1.5cm;
|
|
|
+ left:0.25cm;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -204,9 +205,10 @@
|
|
|
<div class="divisoria"> </div>
|
|
|
<div class="divisoria"> </div>
|
|
|
|
|
|
- <table class="table table-condensed table-bordered">
|
|
|
|
|
|
- <thead>
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-xs-4">
|
|
|
+
|
|
|
<tr>
|
|
|
<div class="descripcion1"><b><i>BIO ELECTRIC</i></b></div>
|
|
|
</tr>
|
|
@@ -231,8 +233,15 @@
|
|
|
<div class="tel"><b>(021) 951827 - (0981) 939132 - (0984) 120678</b></div>
|
|
|
</tr>
|
|
|
|
|
|
- </thead>
|
|
|
- </table>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-8">
|
|
|
+ <center>
|
|
|
+ <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 250px;max-width: 200px;"/>
|
|
|
+ </center>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="divisoria"> </div>
|
|
|
<div class="titulo" >
|
|
|
<h3><strong>NOTA DE PRESUPUESTO N°: <span t-field="o.name"/></strong></h3>
|