From 43ea1fbdd4af08daaeff3953858c1ea3258a2567 Mon Sep 17 00:00:00 2001 From: marcelo Date: Mon, 22 Apr 2013 11:42:31 -0400 Subject: [PATCH] BUG 11284 "When you select an image, the apply button image is shown on the right bottom side" SOLVED -When you select an image, the apply buttom image is not shown right on the right bottom side. -Solved, now the apply buttom image is not shown under the selected image. --- workflow/engine/templates/admin/pmLogo.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/admin/pmLogo.html b/workflow/engine/templates/admin/pmLogo.html index 94f930244..792e2694c 100644 --- a/workflow/engine/templates/admin/pmLogo.html +++ b/workflow/engine/templates/admin/pmLogo.html @@ -72,7 +72,7 @@ display : inline; margin : 4px; margin-right : 0; - padding : 5px; + padding : 22px; border : 1px solid white; } #images-view .thumb-wrap span { @@ -84,7 +84,7 @@ border : 1px solid #99bbe8; opacity : 0.5; background : #efefef url(/images/ext/row-over.gif) repeat-x left top; - padding : 5px; + padding : 22px; } @@ -92,7 +92,8 @@ border : 1px solid #99bbe8; background : #eff5fb url(/images/select-icon.png) no-repeat right bottom; opacity : 0.5; - padding : 5px; + padding : 22px; + text-align : center; } #images-view .x-view-selected .thumb { background : transparent;