File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4758,3 +4758,6 @@ i.size-32.icon-new-work{
4758
4758
.exercise_save_mini_message {
4759
4759
margin-left : 5px ;
4760
4760
}
4761
+ # learning_path_left_zone .no-border {
4762
+ border : 0px ;
4763
+ }
Original file line number Diff line number Diff line change 352
352
</td>
353
353
<td> ' ;
354
354
if ($ is_allowed_to_edit ) {
355
- echo '<a class="link" href="lp_controller.php?isStudentView=false&action=return_to_course_homepage& ' .api_get_cidreq ().'" target="_self" onclick="javascript: window.parent.API.save_asset();"> ' ;
355
+ echo '<a class="link no-border " href="lp_controller.php?isStudentView=false&action=return_to_course_homepage& ' .api_get_cidreq ().'" target="_self" onclick="javascript: window.parent.API.save_asset();"> ' ;
356
356
} else {
357
- echo '<a class="link" href="lp_controller.php?action=return_to_course_homepage& ' .api_get_cidreq ().'" target="_self" onclick="javascript: window.parent.API.save_asset();"> ' ;
357
+ echo '<a class="link no-border " href="lp_controller.php?action=return_to_course_homepage& ' .api_get_cidreq ().'" target="_self" onclick="javascript: window.parent.API.save_asset();"> ' ;
358
358
}
359
359
echo get_lang ('CourseHomepageLink ' ).'
360
360
</a>
@@ -503,4 +503,4 @@ function updateContentHeight() {
503
503
504
504
if ($ debug ) {
505
505
error_log (' ------- end lp_view.php ------ ' );
506
- }
506
+ }
You can’t perform that action at this time.
0 commit comments