From: stronk7 Date: Wed, 26 Apr 2006 22:18:47 +0000 (+0000) Subject: Defining width and height seems to improve resizing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d8606dc54341c59dccdc004bcd975fa8232de334;p=moodle.git Defining width and height seems to improve resizing behaviour under some browsers (source: some blogs) It also helps when resize doesn't work, defaulting to a nice size. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d02188f603..c527ac8741 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; } /***