From eb75784dc28669ad3d4f992ab8cce28f9a92c3ea Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Tue, 18 May 2004 08:56:41 +0000 Subject: [PATCH] Bug 243171 position of the checkin summary in CVS graph should be fixed and not absolute r=glazou git-svn-id: svn://10.0.0.236/trunk@156519 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/cvsgraph.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bonsai/cvsgraph.cgi b/mozilla/webtools/bonsai/cvsgraph.cgi index 87cf451f86a..86ad2d8ef43 100755 --- a/mozilla/webtools/bonsai/cvsgraph.cgi +++ b/mozilla/webtools/bonsai/cvsgraph.cgi @@ -158,7 +158,7 @@ function hideMessage() { border-color: #F0A000; background-color: #FFFFFF; padding: 5; - position: absolute; + position: fixed; } --endquote--