]> git.mjollnir.org Git - moodle.git/commitdiff
Merged directory listing CSS fix frm stable
authormoodler <moodler>
Sun, 12 Aug 2007 06:17:58 +0000 (06:17 +0000)
committermoodler <moodler>
Sun, 12 Aug 2007 06:17:58 +0000 (06:17 +0000)
theme/standard/styles_layout.css

index 35300dcee38c7789cb13a036cb75f092653333cb..10512e7ac05b16642f05b9e7e3d390465d5f12a1 100644 (file)
@@ -3791,16 +3791,21 @@ body#mod-quiz-report .controls {
   width: 100%;
   padding-top: 15px;
   text-align: center
-  }
+}
+
+#mod-resource-view .boxaligncenter table.files {
+  margin-left: auto;
+  margin-right: auto;
+}
 
 .resourcecontent object {
-    height:480px;
-    width:600px;
+  height:480px; 
+  width:600px;
 }
 
 .resourcepdf object{
-    height: 800px;
-    width: 800px;
+  height: 800px;
+  width: 800px;
 }
 
 .mod-resource .modified {