From: stronk7 Date: Sun, 23 Apr 2006 11:48:50 +0000 (+0000) Subject: Moving some styles harcoded in the ims cp to standard... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a4fa813628e479a8b6c87279deb700f2eea57b5;p=moodle.git Moving some styles harcoded in the ims cp to standard... --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 547777ffdb..005d2f1145 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1786,9 +1786,7 @@ body#mod-quiz-report .controls { .ims-nav-bar { position: relative; - /* position: absolute; - top: 2px; - left: 2px;*/ + width:100%; } .ims-nav-button a, @@ -1797,6 +1795,22 @@ body#mod-quiz-report .controls { padding-right:1em; } +#ims-containerdiv { + width:100%; +} + +#ims-menudiv { + position:absolute; + width:250px; + overflow-y:auto; + overflow-x:hidden; +} + +#ims-menudiv ol { + margin-left:0.5em; + padding-left:1em; +} + /*** *** Modules: Scorm ***/