[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 { tr,td {
padding: .35em; padding: 0;
} }
@ -890,6 +890,7 @@ div.row div.label {
.courseadminview table td { .courseadminview table td {
text-align: left; text-align: left;
padding:3px;
} }
#courseintro_icons { #courseintro_icons {

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

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

Loading…
Cancel
Save