[svn r13003] Increase the size of the frame where steps and chapters are displayed in display mode

skala
Julian Prud'homme 18 years ago
parent c774ddd1c7
commit 1077b4b241
  1. 4
      main/newscorm/lp_view.php
  2. 6
      main/newscorm/scorm.css

@ -178,8 +178,8 @@ if($_SESSION['oLP']->mode == 'fullscreen'){
?>
<frameset rows="130,*">
<frame id="header" src="lp_header.php" border="0" frameborder="0" scrolling="no" />
<frameset cols="195,*">
<frameset rows="<?php echo($displayAudioRecorder?'60,':'');?>475,95,80,*">
<frameset cols="240,*">
<frameset rows="<?php echo($displayAudioRecorder?'60,':'');?>600,95,80,*">
<?php
if($displayAudioRecorder) //if audio recorder is required (set a few lines above)
echo '<frame id="audiorecorder_id" name="audiorecorder_name" src="display_audiorecorder.php" border="0" frameborder="0" scrolling="no"/>';

@ -12,14 +12,14 @@ font-size: small;
}
.lp_toc{
background-color: white;
height: 310px;
width: 185px;
height: 380px;
width: 99%;
border-right: 1px none;
}
.inner_lp_toc{
overflow: auto;
background-color: white;
height: 290px;
height: 345px;
width: 99%;
border-right: 1px #999999 solid;
}

Loading…
Cancel
Save