]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug MDL-9776
authorbobopinna <bobopinna>
Tue, 3 Jul 2007 09:19:05 +0000 (09:19 +0000)
committerbobopinna <bobopinna>
Tue, 3 Jul 2007 09:19:05 +0000 (09:19 +0000)
mod/scorm/styles.php

index 409a5196bc03e8313268f44fd7f9c9e37bab7251..5dbc1582d04290f276ece3611f6ee492e87e6859 100644 (file)
 }
 
 #mod-scorm-player #scormpage {
-  position: relative;
   width: 100%;
 }
 #mod-scorm-player #tocbox {
-  position: absolute;
+  float: left;
+  width: 17%;
   left: 0px;
   top: 0px;
-  width: 19%;
 }
 #mod-scorm-player #tochead {
   text-align: center;
   font-weight: bold;
 }
 #mod-scorm-player #scormbox {
-  position: absolute;
   right: 0px;
-  top: 0px;
 }
 #mod-scorm-player .toc {
+  float: right;
   width: 80%; 
-  margin-left: 20%; 
+  right: 0px;
+  top: 0px;
 }
 #mod-scorm-player .no-toc {
   width: 100%;
  /* border: 1px solid black; */
 }
 #mod-scorm-player #scormtop {
-  position: relative;
   width: 100%;
-  height: 30px;
+  height: auto;
 }
-#mod-scorm-player #scormbrowse {
-  position: absolute;
+#mod-scorm-player #scormmode {
+  float: left;
+  width: 50%;
   left: 5px;
   top: 0px;
 }
 #mod-scorm-player #scormnav {
-  position: absolute;
+  float: right;
   right: 5px;
   top: 0px;
 }