From: stronk7 Date: Tue, 25 Apr 2006 15:35:39 +0000 (+0000) Subject: Bypass div#footer style in resource view pages to get X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4d939c7283059dcb30ab1f29e1251c77213e5710;p=moodle.git Bypass div#footer style in resource view pages to get all the space avaliable, making an exception in the global one. --- 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 ***/