[svn r10306] Added id 'myprofilefooter' to default.css and moved the inline

style from the footer in profile.php to that id.
skala
Edwandos 20 years ago
parent f49bf623e1
commit b8bf695a15
  1. 4
      main/auth/profile.php
  2. 6
      main/css/default/default.css

@ -1,5 +1,5 @@
<?php
// $Id: profile.php 10204 2006-11-26 20:46:53Z pcool $
// $Id: profile.php 10306 2006-12-05 13:42:14Z edwandos $
/*
==============================================================================
Dokeos - elearning and course management software
@ -588,7 +588,7 @@ echo '<img '.$img_attributes.'/>';
$form->display();
echo '<div style="clear:both; border-top:thin solid; padding-top:2px;">
echo '<div id="myprofilefooter">
<a href="'.api_get_path(WEB_CODE_PATH).'tracking/personnalLog.php">'.get_lang('MyStats').'</a>
| <a href="'.api_get_path(WEB_CODE_PATH).'auth/courses.php">'.get_lang('MyCourses').'</a></div>';

@ -441,6 +441,12 @@ a.invisible:visited {
float: right;
}
#myprofilefooter {
clear:both;
border-top:thin solid;
padding-top:2px;
}
/*
==============================================================================

Loading…
Cancel
Save