Browse Source

[svn r10306] Added id 'myprofilefooter' to default.css and moved the inline
style from the footer in profile.php to that id.

Edwandos 18 years ago
parent
commit
b8bf695a15
2 changed files with 8 additions and 2 deletions
  1. 2 2
      main/auth/profile.php
  2. 6 0
      main/css/default/default.css

+ 2 - 2
main/auth/profile.php

@@ -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>';
 

+ 6 - 0
main/css/default/default.css

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