[svn r19603] Changed style display to css silver line see FS#3866 and FS#3917

skala
Arthur Portugal 17 years ago
parent 3e1dff1e74
commit 236e03e2ac
  1. 3
      main/css/silver_line/default.css
  2. 25
      main/css/silver_line/scorm.css
  3. 11
      main/newscorm/lp_view.php

@ -76,7 +76,7 @@ table {
}
tr,td {
padding: .35em;
padding: 0;
}
@ -890,6 +890,7 @@ div.row div.label {
.courseadminview table td {
text-align: left;
padding:3px;
}
#courseintro_icons {

@ -20,7 +20,7 @@ border-right: 1px none;
overflow: auto;
background-color: white;
height: 300px;
width: 96%;
width: 94%;
border-left: 15px #FFF solid;
}
.inner_lp_toc .scorm_item{
@ -33,11 +33,16 @@ border-right: 1px none;
}
.inner_lp_toc .scorm_item A{
font-weight: normal;
font-size: 11px;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
font-weight: normal;
}
.inner_lp_toc .scorm_item A.chapter_module{
font-weight: normal;
margin-right: 10px;
}
.inner_lp_toc .scorm_item_highlight{
@ -88,7 +93,6 @@ border-right: 1px none;
.inner_lp_toc .scorm_title_text
{
margin-left: 10px;
padding: 2px;
}
.inner_lp_toc .scorm_status_img{
@ -112,19 +116,18 @@ border-bottom: 1px dotted black;
}
.lp_navigation_elem{
padding-left: 40px;
padding-top: 0px;
padding: 0 6px 10px 10px;
}
/*.scormpage .menu */
.lp_navigation_elem .progresstext{
margin-top: -20px;
margin: -20px 0;
margin-left: 40%;
font-size: normal;
}
/*.scormpage .menu */
.lp_navigation_elem .buttons{
margin-left: 5px;
margin-left: 0px;
margin-right: 0em;
margin-top: 0.4em;
}
@ -163,9 +166,9 @@ clear: both;
.preview_image
{
text-align: right;
margin-right: 5px;
padding-left: 15px;
//text-align: right;
//margin-right: 5px;
padding-left: 17px;
}
.scorm_title_text {
@ -174,7 +177,7 @@ clear: both;
background:#ccc;
font-size: 14px;
color: #444;
width: 90%;
width: 89%;
margin-left:17px;
padding: 1px 5px 3px 8px;
}

@ -176,7 +176,7 @@ if($_SESSION['oLP']->mode == 'fullscreen')
<tr><td width="20%">
<div id="learningPathLeftZone" style="float: left; width: 300px;">
<div id="header">
<div id="learningPathHeader" style="font-size:14px; padding-left: 17px;">
<div id="learningPathHeader" style="font-size:14px;">
<table>
<tr>
<td>
@ -336,10 +336,8 @@ else
</style>
<table>
<tr><td valign="top">
<div id="learningPathLeftZone" style="float: left; width: 330px;">
<div id="header">
<div id="learningPathHeader" style="font-size:14px; padding-left: 17px;">
<div id="header">
<div id="learningPathHeader" style="font-size:14px; ">
<table>
<tr>
<td>
@ -352,6 +350,7 @@ else
</table>
</div>
</div>
<div id="learningPathLeftZone" style="float: left; width: 330px;">
<div id="author_image" name="author_image" class="lp_author_image">
<?php $image = '../img/lp_author_background.gif'; ?>
<div id="image_preview;">
@ -391,7 +390,7 @@ else
<?php echo $navigation_bar; ?>
</div>
<div style="float:left; padding-top:22px">
<?php echo $progress_bar; ?>
<?php echo $progress_bar; ?>
</div>
</div>
</div>

Loading…
Cancel
Save