Commit 82e3a31e6ee0565d21766c7cb4ba482e1eedc554
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !108
Showing
8 changed files
Show diff stats
img/cruz-gris.png
8.64 KB
img/parametrizar.png
10.1 KB
img/tilde_.png
6.33 KB
index.html
... | ... | @@ -93,11 +93,13 @@ |
93 | 93 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
94 | 94 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
95 | 95 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
96 | + <script src="./node_modules/foca-parametros/dist/foca-parametros.min.js"></script> | |
96 | 97 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
97 | 98 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
98 | 99 | <script src="./src/js/app.js"></script> |
99 | 100 | <script src="./src/js/controller.js"></script> |
100 | 101 | <script src="./src/etc/develop.js"></script> |
102 | + | |
101 | 103 | </head> |
102 | 104 | <body class="w-100"> |
103 | 105 | <style> |
package.json
... | ... | @@ -90,6 +90,7 @@ |
90 | 90 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", |
91 | 91 | "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", |
92 | 92 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", |
93 | + "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git", | |
93 | 94 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", |
94 | 95 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", |
95 | 96 | "font-awesome": "^4.7.0", |
src/js/app.js
src/sass/_botonera-principal.scss
src/sass/_botonera-secundaria.scss
... | ... | @@ -62,8 +62,17 @@ |
62 | 62 | |
63 | 63 | @media(max-width: 576px) { |
64 | 64 | .btn-xs{ |
65 | - max-height: 13vw; | |
65 | + max-height: 22vw; | |
66 | 66 | } |
67 | 67 | } |
68 | 68 | |
69 | 69 | } |
70 | +.foca-overflow-hidden{ | |
71 | + overflow: hidden; | |
72 | + text-overflow: ellipsis; | |
73 | + white-space: nowrap; | |
74 | +} | |
75 | + | |
76 | +.foca-boton-facturador-right { | |
77 | + right: 5; | |
78 | +} |