Commit 9545bae2b3e5d53877c395bae60f1c6a3fed1fe9
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !16
Showing
1 changed file
Show diff stats
src/views/cobranza.html
| ... | ... | @@ -282,9 +282,9 @@ |
| 282 | 282 | </table> |
| 283 | 283 | </div> |
| 284 | 284 | <!-- MOBILE --> |
| 285 | - <div class="row d-sm-none"> | |
| 285 | + <div class="row d-sm-none mb-5"> | |
| 286 | 286 | <!-- FACTURAS --> |
| 287 | - <table class="table table-sm table-striped table-dark" ng-show="cobroDeuda"> | |
| 287 | + <table class="table table-sm table-striped table-dark mb-5" ng-show="cobroDeuda"> | |
| 288 | 288 | <thead> |
| 289 | 289 | <tr class="d-flex"> |
| 290 | 290 | <th class="">#</th> |
| ... | ... | @@ -380,7 +380,7 @@ |
| 380 | 380 | </tfoot> |
| 381 | 381 | </table> |
| 382 | 382 | <!-- COBROS --> |
| 383 | - <table class="table table-sm table-striped table-dark" ng-show="!cobroDeuda"> | |
| 383 | + <table class="table table-sm table-striped table-dark mb-5" ng-show="!cobroDeuda"> | |
| 384 | 384 | <thead> |
| 385 | 385 | <tr class="d-flex"> |
| 386 | 386 | <th class="">#</th> |
| ... | ... | @@ -484,7 +484,7 @@ |
| 484 | 484 | </table> |
| 485 | 485 | </tr> |
| 486 | 486 | <!-- DEUDA, COBRADO, DIFERENCIA --> |
| 487 | - <table class="table-responsive"> | |
| 487 | + <table class="table-responsive fixed-bottom mb-5"> | |
| 488 | 488 | <tr class="d-flex row"> |
| 489 | 489 | <td class="text-center ml-auto table-celda-total no-border-top col-4"> |
| 490 | 490 | <strong>Cancela:</strong> |