From 47e8668b70966e391c2435298f86d0b87d3aea5d Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sun, 2 Dec 2007 03:56:53 +0000 Subject: [PATCH] ActionItem93: making help popup box at least visible --- public/stylesheets/help.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/help.css b/public/stylesheets/help.css index 4e05d9d..8396607 100644 --- a/public/stylesheets/help.css +++ b/public/stylesheets/help.css @@ -1,11 +1,16 @@ div.help_message { - z-index: 1000; + z-index: 10000; width: 600; position: absolute; - top: 50px; + top: 50% + height: 400px; + margin-top: -200px; + left: 50%; margin-left: -300px; background: yellow; + + overflow: auto; } a.help_button:before { -- libgit2 0.21.2