]> git.mjollnir.org Git - moodle.git/commitdiff
Moving some styles harcoded in the ims cp to standard...
authorstronk7 <stronk7>
Sun, 23 Apr 2006 11:48:50 +0000 (11:48 +0000)
committerstronk7 <stronk7>
Sun, 23 Apr 2006 11:48:50 +0000 (11:48 +0000)
theme/standard/styles_layout.css

index 547777ffdb00029f07bab4d1c1703337bcbc8836..005d2f114595978fa8e7933196d7387a6d9dcdd9 100644 (file)
@@ -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
  ***/