From 1d5d8d02764f9eaaca74c84bb044693516471dbd Mon Sep 17 00:00:00 2001 From: mb863 Date: Thu, 4 Nov 2010 14:24:06 +0000 Subject: [PATCH] Fixed width for admin panel in individual pages. --- themes/wilma/css/transition/holdover-vivobasic/screen.css | 4 ++-- themes/wilma/templates/page/basicPage.jsp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/wilma/css/transition/holdover-vivobasic/screen.css b/themes/wilma/css/transition/holdover-vivobasic/screen.css index 1f62f46d..45edbce1 100644 --- a/themes/wilma/css/transition/holdover-vivobasic/screen.css +++ b/themes/wilma/css/transition/holdover-vivobasic/screen.css @@ -521,7 +521,7 @@ div.admin { background: #aaa; padding: 6px; height: 1%; /* IE likes this */ - width: 100%; /* and this */ + width: 98%; /* and this */ } div.panelContents { @@ -532,7 +532,7 @@ div.panelContents { } div.top { - margin: 0 -12px; + margin: 0; padding: 0 24px 0 0; position: relative; top: -16px; diff --git a/themes/wilma/templates/page/basicPage.jsp b/themes/wilma/templates/page/basicPage.jsp index 9762bc1c..5829a35d 100644 --- a/themes/wilma/templates/page/basicPage.jsp +++ b/themes/wilma/templates/page/basicPage.jsp @@ -104,9 +104,9 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request); ${ftl_menu} -
+ -
+ ${ftl_footer}