update css tpl lp_view.php

1.10.x
aragonc 10 years ago
parent a467766cef
commit bce73a975e
  1. 4
      composer.lock
  2. 5
      main/css/base.css
  3. 12
      main/newscorm/lp_view.php

4
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "7b340a907a3c5eda7380f31f022d7f8f",
"hash": "8f031585648f47e64f98e36eabb008b0",
"packages": [
{
"name": "aferrandini/phpqrcode",
@ -1765,7 +1765,7 @@
"email": "stof@notk.org"
},
{
"name": "KnpLabs",
"name": "Knplabs",
"homepage": "http://knplabs.com"
},
{

@ -5412,4 +5412,9 @@ i.size-32.icon-new-work{
padding-bottom: 5px;
margin-top: 5px;
}
#learning_path_main #view_as_link{
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}
/* END LECCION */

@ -359,7 +359,10 @@ if ($is_allowed_to_edit) {
echo '</div>';
echo '</div>';
}
echo '<div id="learning_path_left_zone" style="'.$display_none.'"> ';
echo '<div class="row">';
//echo '<div id="learning_path_left_zone" style="'.$display_none.'"> ';
echo '<div class="col-md-2">';
echo '<div id="learning_path_left_zone">';
echo '<div class="buttom-home">';
//echo '<a href="lp_controller.php?action=return_to_course_homepage&'.api_get_cidreq().'" target="_self" onclick="javascript: window.parent.API.save_asset();"></a>';
@ -441,9 +444,12 @@ if ($is_allowed_to_edit) {
<!-- end TOC layout -->
</div>
<!-- end left zone -->
</div>
<div class="col-md-10">
<!-- right zone -->
<div id="learning_path_right_zone" style="margin-left:<?php echo $margin_left;?>;height:100%">
<?php
// hub 26-05-2010 Fullscreen or not fullscreen
$height = '100%';
@ -455,6 +461,8 @@ if ($is_allowed_to_edit) {
?>
</div>
<!-- end right Zone -->
</div>
</div> <!--- End row -->
</div>
<script>

Loading…
Cancel
Save