Commit 8cf00d034dae9927e7a08cd2c477ead4fd531769
1 parent
857b453c2f
Exists in
master
and in
1 other branch
Arreglo responsividad de inputs
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
src/views/informe-general-unidad.html
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | <div class="input-group row" |
16 | 16 | ng-show="buscar"> |
17 | 17 | <small class="col-md-2 col-4 text-left my-1">Fecha Desde</small> |
18 | - <div class="col-md-4 col-8 input-group mb-2"> | |
18 | + <div class="col-md-4 col-8 input-group mb-3"> | |
19 | 19 | <div class="input-group-prepend"> |
20 | 20 | <button |
21 | 21 | class="input-group-text" |
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | /> |
41 | 41 | </div> |
42 | 42 | <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> |
43 | - <div class="col-md-4 col-8 input-group mb-2"> | |
43 | + <div class="col-md-4 col-8 input-group mb-3"> | |
44 | 44 | <div class="input-group-prepend"> |
45 | 45 | <button |
46 | 46 | class="input-group-text" |
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | /> |
65 | 65 | </div> |
66 | 66 | <small class="col-md-2 col-4 text-left my-1">Sector</small> |
67 | - <div class="col-md-4 col-8 input-group mb-2"> | |
67 | + <div class="col-md-4 col-8 input-group mb-3"> | |
68 | 68 | <input |
69 | 69 | class="form-control form-control-sm" |
70 | 70 | id="inlineFormInputGroup" |
... | ... | @@ -75,7 +75,6 @@ |
75 | 75 | /> |
76 | 76 | <button |
77 | 77 | ng-show="params.sector.NOMBRE.length >= 1" |
78 | - style="color:lightgray" | |
79 | 78 | type="button" |
80 | 79 | class="clear-input" |
81 | 80 | ng-click="clearSector()" |