From d8606dc54341c59dccdc004bcd975fa8232de334 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 26 Apr 2006 22:18:47 +0000 Subject: [PATCH] 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. --- theme/standard/styles_layout.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } /*** -- 2.39.5