diff --git a/Courses.php b/Courses.php index 33df546..dd9bff5 100644 --- a/Courses.php +++ b/Courses.php @@ -313,11 +313,10 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA") $header="Courses > ".$name."($code) > Assignments > ".$title; echo "
- $title ($as_type)
$ins + $title ($marks Marks, $as_type)
$ins -
Posted : $posted Deadline : $deadline   ($marks Marks)           " +
Posted: $posted   Deadline: $deadline" . "
" - . "    $count_subs Submissions ( $count_marked Marked )       Edit   |   View    |   Extend Deadline
Attachments : $full_link
" . "  
"; diff --git a/Header.php b/Header.php index 4cfa46f..bdfd82a 100644 --- a/Header.php +++ b/Header.php @@ -42,12 +42,12 @@ if (mysqli_connect_errno()) { } .btn-default { - border: 2px solid #00ff66; + border: 1px solid #e6f2ff; width: 100%; text-align: left; - margin: 3px auto; + margin: 2px auto; font-weight: bold; - font-size: 13pt; + font-size: 14pt; } .table-bordered {