- Registro, activación y entrada de usuarios git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
39 lines
566 B
CSS
39 lines
566 B
CSS
/***
|
|
Invoice page
|
|
***/
|
|
.invoice table {
|
|
margin:30px 0 30px;
|
|
}
|
|
|
|
.invoice .invoice-logo {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.invoice .invoice-logo p {
|
|
padding:5px 0;
|
|
font-size:26px;
|
|
line-height:28px;
|
|
text-align:right;
|
|
}
|
|
|
|
.invoice .invoice-logo p span {
|
|
display:block;
|
|
font-size:14px;
|
|
}
|
|
|
|
.invoice .invoice-logo-space {
|
|
margin-bottom:15px;
|
|
}
|
|
|
|
.invoice .invoice-payment strong {
|
|
margin-right:5px;
|
|
}
|
|
|
|
.invoice .invoice-block {
|
|
text-align:right;
|
|
}
|
|
|
|
.invoice .invoice-block .amounts {
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
} |