Browse Source

[svn r19995] minor - style changes - added style css - (partial FS#3909)

Isaac Flores 16 years ago
parent
commit
25459107bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/course_list.php

+ 2 - 2
main/admin/course_list.php

@@ -1,4 +1,4 @@
-<?php // $Id: course_list.php 19639 2009-04-08 13:06:16Z pcool $
+<?php // $Id: course_list.php 19995 2009-04-22 20:32:11Z iflorespaz $
 /* For licensing terms, see /dokeos_license.txt */
 /**
  * This script shows a list of courses and allows searching for courses codes
@@ -255,7 +255,7 @@ else
 	$form->addElement('text','keyword',get_lang('keyword'));
 	$form->addElement('style_submit_button', 'submit', get_lang('SearchCourse'),'class="search"');
 	$form->addElement('static','search_advanced_link',null,'<a href="course_list.php?search=advanced">'.get_lang('AdvancedSearch').'</a>');
-	echo '<div style="float:right;">
+	echo '<div style="float:right;margin-top:5px;margin-right:5px;">
 			  <a href="'.api_get_path(WEB_CODE_PATH).'admin/course_add.php">'.Display::return_icon('course_add.gif',get_lang('AddSession')).get_lang('AddCourse').'</a>									
 		 </div>';