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; }