]> git.mjollnir.org Git - moodle.git/commitdiff
Bypass div#footer style in resource view pages to get
authorstronk7 <stronk7>
Tue, 25 Apr 2006 15:35:39 +0000 (15:35 +0000)
committerstronk7 <stronk7>
Tue, 25 Apr 2006 15:35:39 +0000 (15:35 +0000)
all the space avaliable, making an exception in the
global one.

theme/standard/styles_layout.css

index 0fa7ce9de7ea7a2e7577b1c921eb27f9892a03a0..d47be539a0c9d0b565faf4d802c982cc37c68dbb 100644 (file)
@@ -1824,6 +1824,10 @@ body#mod-quiz-report .controls {
   border:1px solid;
 }
 
+#mod-resource-view div#footer {
+        margin-top: 5px;
+}
+
 /***
  *** Modules: Scorm
  ***/