From 3578a029df965b0ad5d3ff0498e1ae2076c57cd4 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 12 Dec 2005 06:54:59 +0000 Subject: [PATCH] - fix [ 1338306 ] adminConsoleHelpIcon displayed at wrong position --- docs/changelog/6.x.x.txt | 1 + www/extras/adminConsole/adminConsole.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index a570dc030..d94949a17 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -6,6 +6,7 @@ - fix [ 1378333 ] [WG 6.7.8] Mail Form template doesn't mark required fields - fix [ 1377276 ] Calendar Pop up issue - fix [ 1328728 ] Export exports root page n times + - fix [ 1338306 ] adminConsoleHelpIcon displayed at wrong position - fix [ 1365822 ] makePrintable does not work in Collaboration System - fix [ 1376621 ] dateSubmitted not updated on posts diff --git a/www/extras/adminConsole/adminConsole.css b/www/extras/adminConsole/adminConsole.css index 1590ff44c..5cf6255b4 100644 --- a/www/extras/adminConsole/adminConsole.css +++ b/www/extras/adminConsole/adminConsole.css @@ -3,6 +3,7 @@ body{ background-repeat: repeat-x; border: 5px #4E8AAB solid; margin:0px; + padding:0px; min-height: 700px; }