From 4d939c7283059dcb30ab1f29e1251c77213e5710 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 25 Apr 2006 15:35:39 +0000 Subject: [PATCH] Bypass div#footer style in resource view pages to get all the space avaliable, making an exception in the global one. --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0fa7ce9de7..d47be539a0 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1824,6 +1824,10 @@ body#mod-quiz-report .controls { border:1px solid; } +#mod-resource-view div#footer { + margin-top: 5px; +} + /*** *** Modules: Scorm ***/ -- 2.39.5