From 83c40e4c35e5c3d25643de1f2920df9fc2caedb1 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 29 Oct 2007 17:48:58 +0000 Subject: [PATCH] fix grey areas on the bottom of pages --- docs/changelog/7.x.x.txt | 1 + www/extras/hoverhelp.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b1628e83a..cc55d7cbf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fix: Workflow activities don't pick up new default values - add: Friends Network - fix: event end time not time zone adjusted properly + - fix: extra empty/grey area at the bottom of pages 7.4.11 - fix: Delete this entry link in data form header broken diff --git a/www/extras/hoverhelp.css b/www/extras/hoverhelp.css index e03cc17cd..695bd331a 100644 --- a/www/extras/hoverhelp.css +++ b/www/extras/hoverhelp.css @@ -10,6 +10,8 @@ padding: 3px; z-index: 1000; width: 300px; + top: 0px; + left: 0px; } .wg-hoverhelp.yui-tt {