From fc077a1794bf293c9be5444f5a92d17f0a48e22a Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 15 Feb 2019 15:45:42 -0300 Subject: [PATCH] agrego modal-informe, estilos --- index.html | 3 ++- src/js/app.js | 3 +-- src/sass/_grid.scss | 25 +++++++++++++++++++++++-- src/sass/general.scss | 4 ++++ 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fa1cfec..16ce3e2 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@ - + @@ -109,4 +109,5 @@ + diff --git a/src/js/app.js b/src/js/app.js index f586953..5da9ba5 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -50,8 +50,7 @@ angular.module('appWrapperDemo', [ 'focaModalFacturaDetalle', 'focaModalFlete', 'focaModalGraficoCisternas', - 'focaModalInformeChofer', - 'focaModalInformeHojaRuta', + 'focaModalInforme', 'focaModalListaPrecio', 'focaModalLocalizar', 'focaModalLogin', diff --git a/src/sass/_grid.scss b/src/sass/_grid.scss index 30c3ad1..18aabae 100644 --- a/src/sass/_grid.scss +++ b/src/sass/_grid.scss @@ -6,6 +6,27 @@ height: 40px !important; } -.ui-grid-viewport{ - overflow-x: hidden !important; + +.yellow { + max-width: unset !important; + >div { + background: yellow !important; + font-weight: bold; + } +} + +.red { + max-width: unset !important; + >div { + color: red; + font-weight: bold; + } } + +.green { + max-width: unset !important; + >div { + color: green; + font-weight: bold; + } +} \ No newline at end of file diff --git a/src/sass/general.scss b/src/sass/general.scss index 7998203..84a6044 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -63,3 +63,7 @@ input::-webkit-inner-spin-button { word-wrap: break-word; table-layout: fixed; } + +.ladda-w-100 .ladda-label{ + width: 100% +} \ No newline at end of file -- 1.9.1