mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Ajustado el estilo de presupuesto y añadidos envios
This commit is contained in:
@ -270,7 +270,8 @@ body table.extras td.t {
|
||||
body table.envio {
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
margin-bottom: 9px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
body table.envio th {
|
||||
@ -332,30 +333,25 @@ body table.envio td.t-first {
|
||||
}
|
||||
|
||||
body table.totales {
|
||||
width: 64%;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
width: 75%;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
body table.totales th {
|
||||
width: 12%;
|
||||
width: 16%;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background: #0C2C84;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
body table.totales th.u_envio_21 {
|
||||
width: 16%;
|
||||
}
|
||||
|
||||
body table.totales th.hidden {
|
||||
background: none;
|
||||
}
|
||||
|
||||
body table.totales td {
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
border: 1px dotted #4e4e4e;
|
||||
@ -364,30 +360,26 @@ body table.totales td {
|
||||
}
|
||||
|
||||
body table.totales td.tirada {
|
||||
width: 12%;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
body table.totales td.precio,
|
||||
body table.totales td.u_impresion_4 {
|
||||
width: 12%;
|
||||
body table.totales td.precio {
|
||||
|
||||
}
|
||||
|
||||
body table.totales td.precio_ud {
|
||||
width: 12%;
|
||||
border-right: none;
|
||||
body table.totales td.precio_iva {
|
||||
|
||||
}
|
||||
|
||||
body table.totales td.iva {
|
||||
border: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
text-align: right;
|
||||
font-size: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
body table.totales td.hidden {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* Presupuesto Manual */
|
||||
|
||||
@ -496,9 +488,21 @@ div.comentarios {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
div.observaciones {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
padding: 15px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-size: 12px;
|
||||
text-align: justify;
|
||||
|
||||
}
|
||||
|
||||
div.footer .taxto-info {
|
||||
|
||||
}
|
||||
|
||||
div.footer .texto-email {
|
||||
@ -506,6 +510,7 @@ div.footer .texto-email {
|
||||
}
|
||||
|
||||
div.footer .texto-asteriscos {
|
||||
margin-top: 20px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user