From 01f27366c806841ed3e95035db518334beea532a Mon Sep 17 00:00:00 2001 From: jennylee Date: Thu, 10 Oct 2013 10:46:26 -0400 Subject: [PATCH] BUG-13080 Simplified User Experience, Listado(+). Problemas de visualizacion del listado de procesos en el dropdown (+) en Simplified User Xperience. Se agrego una validacion para que cuando el dropdown tenga una cantidad mayor a 6 procesos se habilite el scroll, para poder asi ver el total de procesos disponibles. Si la cantidad es menor a 6 el dropdown se ajusta automaticamente a dicha cantidad. --- workflow/engine/templates/home/index.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/home/index.html b/workflow/engine/templates/home/index.html index 7a9cbe86f..6ff61e37b 100644 --- a/workflow/engine/templates/home/index.html +++ b/workflow/engine/templates/home/index.html @@ -16,8 +16,10 @@ {literal} body { padding-top : 40px !important; - overflow : hidden; + overflow : scroll; } + ::-webkit-scrollbar {width: 6px; height: 4px; background: transparent ; } + ::-webkit-scrollbar-thumb { background-color: #808080 ; -webkit-border-radius: 1ex; } {/literal} {/if} @@ -113,14 +115,24 @@ - -