Commit f2fb382aa91e6fcb539618492d4e127c6a29eef2

Authored by Marcelo Puebla
1 parent e1f45452b5
Exists in master

Centrado texto de los input de cuit

Showing 1 changed file with 7 additions and 4 deletions   Show diff stats
src/views/foca-busqueda-cliente-modal.html
... ... @@ -411,7 +411,7 @@
411 411 </div>
412 412 </div>
413 413 <div class="row">
414   - <div class="col-6 d-flex mt-">
  414 + <div class="col-6 d-flex mt-3">
415 415 <div class="custom-control custom-checkbox mt-auto">
416 416 <input
417 417 type="checkbox"
... ... @@ -502,7 +502,7 @@
502 502 <div class="d-flex">
503 503 <input
504 504 type="text"
505   - class="form-control form-control-sm col-2"
  505 + class="text-center form-control form-control-sm col-2"
506 506 limite-numeros-max="2"
507 507 ng-model="cliente.cuit1"
508 508 ng-required="true"
... ... @@ -510,11 +510,12 @@
510 510 ng-focus="focus(14)"
511 511 foca-focus="focused == 14"
512 512 teclado-virtual
  513 + foca-tipo-input
513 514 >
514 515 <span class="m-1"> - </span>
515 516 <input
516 517 type="text"
517   - class="form-control form-control-sm col-5"
  518 + class="text-center form-control form-control-sm col-5"
518 519 maxlength="8"
519 520 limite-numeros-max="8"
520 521 ng-keypress="pasarCampoCuit(2)"
... ... @@ -523,11 +524,12 @@
523 524 ng-focus="focus(15)"
524 525 foca-focus="cuitActivo == 2 || focused == 15"
525 526 teclado-virtual
  527 + foca-tipo-input
526 528 >
527 529 <span class="m-1"> - </span>
528 530 <input
529 531 type="text"
530   - class="form-control form-control-sm col-2"
  532 + class="text-center form-control form-control-sm col-2"
531 533 maxlength="1"
532 534 limite-numeros-max="1"
533 535 ng-keypress="pasarCampoCuit(3)"
... ... @@ -536,6 +538,7 @@
536 538 ng-focus="focus(16)"
537 539 foca-focus="cuitActivo == 3 || focused == 16"
538 540 teclado-virtual
  541 + foca-tipo-input
539 542 >
540 543 </div>
541 544 </div>