diff --git a/main/css/base.css b/main/css/base.css index 9874b13457..861190ff43 100755 --- a/main/css/base.css +++ b/main/css/base.css @@ -4088,9 +4088,6 @@ tr.forum_category_header a { background-color: #a0e5fc; } -.current { - font-weight: bold; -} .structure { /*border-bottom: 1px solid #666666;*/ font-weight: bold; @@ -5793,12 +5790,40 @@ ul.holder li.bit-box{ display: block; } } +#settings .form-inline{ + margin-bottom: 15px; +} #search_settings{ margin-bottom: 15px; } .src-image { display: none; } +/* thematic progress */ +#panel-thematic .title-topics{ + font-size: 15px; + color:#00829C; + font-weight: bold; +} +#panel-thematic .current{ + background-color: #E7F1F7; +} +#panel-thematic .separate{ + margin-bottom: 10px; +} +#panel-thematic .date{ + font-size: 11px; + color: #8A6D3B; + background: #FCF8E3; + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + padding: 5px; +} +#panel-thematic .views ul li{ + font-size: 12px; +} +/* end thematic progress*/ .card { overflow: hidden; position: relative; diff --git a/main/inc/introductionSection.inc.php b/main/inc/introductionSection.inc.php index 9a735d3f33..137b1a9ba3 100755 --- a/main/inc/introductionSection.inc.php +++ b/main/inc/introductionSection.inc.php @@ -219,100 +219,61 @@ if ($tool == TOOL_COURSE_HOMEPAGE && !isset($_GET['intro_cmdEdit'])) { $userInfo = $_SESSION['_user']; $courseInfo = api_get_course_info(); //die('
'.print_r($courseInfo,1).''); - - $thematic_description_html = - '
' . $courseInfo['name'] . '
-' . $thematic_info['title'] . '
-' . $thematic_advance_info['start_date'] . '
-' . get_lang('DurationInHours') . ' : ' . $thematic_advance_info['duration'] . ' - ' . get_lang('SeeDetail') . '
-' . $thematic_advance_info['start_date'] . '
+' . get_lang('DurationInHours') . ' : ' . $thematic_advance_info['duration'] . ' - ' . get_lang('SeeDetail') . '
+'.$thematic_info2['title'].'
-'.$thematic_advance_info2['start_date'].'
-'.get_lang('DurationInHours').' : '.$thematic_advance_info2['duration'].' - '.get_lang('SeeDetail').'
-'.$thematic_advance_info2['start_date'].'
+'.get_lang('DurationInHours').' : '.$thematic_advance_info2['duration'].' - '.get_lang('SeeDetail').'
+