]> git.mjollnir.org Git - moodle.git/commitdiff
Defining width and height seems to improve resizing
authorstronk7 <stronk7>
Wed, 26 Apr 2006 22:18:47 +0000 (22:18 +0000)
committerstronk7 <stronk7>
Wed, 26 Apr 2006 22:18:47 +0000 (22:18 +0000)
behaviour under some browsers (source: some blogs)
It also helps when resize doesn't work, defaulting
to a nice size.

theme/standard/styles_layout.css

index d02188f603363f6df5b88c525f664af8c756f6fc..c527ac874140a59d82aaff0771ebb8a37552a78a 100644 (file)
@@ -1822,16 +1822,20 @@ body#mod-quiz-report .controls {
   overflow:auto;
   left:260px;
   border:1px solid;
+  width:640px;
+  height:480px;
 }
 
 #ims-contentframe-no-nav {
   position:absolute;
   overflow:auto;
   border:1px solid;
+  width:640px;
+  height:480px;
 }
 
 #mod-resource-view div#footer {
-        margin-top: 5px;
+  margin-top: 5px;
 }
 
 /***