[svn r10216] xhtml fix and stylesheet fix

replacing id="grey" with class="invisible"

see
http://www.dokeos.com/forum/viewtopic.php?t=7905#32242
skala
Patrick Cool 19 years ago
parent 1bc3449f01
commit 96cfa4e356
  1. 5
      main/auth/courses.php
  2. 6
      main/css/default/default.css

@ -1,4 +1,4 @@
<?php // $Id: courses.php 10204 2006-11-26 20:46:53Z pcool $
<?php // $Id: courses.php 10216 2006-11-27 14:05:58Z pcool $
/*
==============================================================================
Dokeos - elearning and course management software
@ -880,8 +880,7 @@ function display_course_icons($key, $number_of_courses, $course, $user_courses)
Display::display_icon('edit.gif',get_lang('Edit'));
echo "</a></td>";
}
//ed: id grey added
echo "<td rowspan=\"2\" valign=\"top\" id=\"grey\">";
echo "<td rowspan=\"2\" valign=\"top\" class=\"invisible\">";
if ($course['status'] != 1)
{
if ($course['unsubscr'] == 1)

@ -782,12 +782,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {color: #666666; }
#message textarea {margin: 10px 0;}
#message td {padding: 4px;}
/* Course info text in grey*/
#grey{
color:#808080;
}
/**********************************************
* DOCUMENT MODULE *
**********************************************/

Loading…
Cancel
Save