From: moodler Date: Tue, 9 Jan 2007 08:14:05 +0000 (+0000) Subject: FIxed style and made this block XHTML Strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=421e10c3458ebaa5daa72694986a77b6f1feaa7e;p=moodle.git FIxed style and made this block XHTML Strict --- diff --git a/blocks/course_summary/block_course_summary.php b/blocks/course_summary/block_course_summary.php index c5a29678cd..f71806a656 100644 --- a/blocks/course_summary/block_course_summary.php +++ b/blocks/course_summary/block_course_summary.php @@ -33,7 +33,7 @@ class block_course_summary extends block_base { } else { $editpage = $CFG->wwwroot.'/course/edit.php?id='.$COURSE->id; } - $this->content->text .= "
pixpath/t/edit.gif\" alt=\"".get_string('edit')."\" />
"; + $this->content->text .= "
pixpath/t/edit.gif\" alt=\"".get_string('edit')."\" />
"; } $this->content->footer = ''; diff --git a/blocks/course_summary/styles.php b/blocks/course_summary/styles.php index 46bac34324..0c71c3d38f 100644 --- a/blocks/course_summary/styles.php +++ b/blocks/course_summary/styles.php @@ -1,3 +1,7 @@ .block_course_summary .content { padding:10px; } + +.block_course_summary .editbutton { + text-align:right; +}