Commit 2d9469405b56a3e8ad47bd91f48c358ebbd07af4

Authored by Eric Fernandez
1 parent 062fb31327
Exists in master

ok teclado virtual en input

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
src/views/modal-flete.html
1   -<div class="modal-header">
2   - <h3 class="modal-title">Opciones de Flete</h3>
  1 +<div class="modal-header py-1">
  2 + <h5 class="modal-title">Opciones de Flete</h5>
3 3 </div>
4 4 <div class="modal-body" id="modal-body">
5 5 <form name="formFlete">
... ... @@ -87,6 +87,7 @@
87 87 name="kilometros"
88 88 placeholder="Kilómetros"
89 89 ng-model="parametrosFlete.kilometros"
  90 + teclado-virtual
90 91 />
91 92 </div>
92 93 </div>
... ... @@ -94,7 +95,7 @@
94 95 </div>
95 96 </form>
96 97 </div>
97   -<div class="modal-footer">
  98 +<div class="modal-footer py-1">
98 99 <button
99 100 class="btn btn-secondary"
100 101 type="button"