From 83eaa2fa2bd922003fc70ec4cee9513f0bed3f31 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Mon, 5 Mar 2012 12:12:49 -0400 Subject: [PATCH] BUG 8645 "Mejorar la visualizacion del inbox" SOLVED --- .../skinEngine/simplified/css/style.css | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/workflow/engine/skinEngine/simplified/css/style.css b/workflow/engine/skinEngine/simplified/css/style.css index f1f6dea74..5b5dfdac9 100644 --- a/workflow/engine/skinEngine/simplified/css/style.css +++ b/workflow/engine/skinEngine/simplified/css/style.css @@ -112,6 +112,8 @@ iframe::-webkit-scrollbar { #commentlist cite { font: bold 140%/110% Arial, Helvetica, sans-serif; color: #666; + /*max-width:20px;*/ + width:50px; } #commentlist .time { color: #ccc; @@ -120,15 +122,7 @@ iframe::-webkit-scrollbar { #commentlist .commentnumber { position: absolute; right: 0; - top: 8px; - font: normal 200%/100% Georgia, "Times New Roman", Times, serif; - color: #ccc; -} - -#commentlist .notes-link { - position: absolute; - right: 0; - top: 64px; + top: 30px; font: normal 200%/100% Georgia, "Times New Roman", Times, serif; color: #ccc; } @@ -136,7 +130,15 @@ iframe::-webkit-scrollbar { #commentlist .notes-plus-link { position: absolute; right: 0px; - top: 38px; + top: 60px; + font: normal 200%/100% Georgia, "Times New Roman", Times, serif; + color: #ccc; +} + +#commentlist .notes-link { + position: absolute; + right: 0; + top: 86px; font: normal 200%/100% Georgia, "Times New Roman", Times, serif; color: #ccc; }