From 9fbc2f09ad884f3f7f8ebadda2e1de61d15209e7 Mon Sep 17 00:00:00 2001 From: dheeyi Date: Thu, 5 Feb 2015 09:52:04 -0400 Subject: [PATCH] 16565: Red background graphic for error messages needs to be taller to see the text clearly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Causa: Esto se debe a que el .gif que se utiliza para mostrar lo errores, tiene un altura de 25px, entonces cuando el mensaje o texto de error es extenso y la resolucion de donde se ve es tipo mobile el texto hace un salto de linea: provocando no visualizarse bien, y por consiguiente no se lee muy bien. Solucion: Este menasje esta inscrustado en un TD, y por consiguiente obedece a un estilo, es decir si detectamos el tamañe donde se ve podemos definir hacer algunos cambios, por ejemplo uno de ellos podriamos reducir el tamañe las letras entre otros. Se utiliza media Query CSS. --- workflow/engine/skinEngine/neoclassic/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/engine/skinEngine/neoclassic/css/style.css b/workflow/engine/skinEngine/neoclassic/css/style.css index 289b27d2a..8ad25c76c 100644 --- a/workflow/engine/skinEngine/neoclassic/css/style.css +++ b/workflow/engine/skinEngine/neoclassic/css/style.css @@ -250,6 +250,7 @@ img { -o-transition:2s all; -ms-transition:2s all; } + @media screen and (max-width: 768px) { .temporalMessageERROR { border-width: 0px;