CSS tweaks.

Bug430-Eden2
Lan Hui 2023-08-04 18:26:22 +08:00
parent da6ffcf306
commit 05303096e1
2 changed files with 5 additions and 6 deletions

View File

@ -313,11 +313,10 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
$header="Courses > ".$name."($code) > Assignments > ".$title;
echo " <div class='break-word btn btn-default' style='word-wrap: break-word;border-color:grey;'>
$title ($as_type) <br> $ins
$title ($marks Marks, $as_type) <br> $ins
<br> <span style='font-size:8pt'>Posted : $posted Deadline : <b> $deadline </b> &nbsp; ($marks Marks) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "
<br> <span style='font-size:8pt'>Posted: $posted &nbsp; Deadline: $deadline"
. "<br>"
. "<span class='btn-default'> &nbsp;&nbsp; $count_subs Submissions ( $count_marked Marked ) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='Courses.php?course=".$url."&act=edit&cid=".$id."'>Edit</a>&nbsp;&nbsp; |&nbsp;&nbsp;<a href='~\..\Submissions.php?id=$id&header=$header&total=$marks' onclick=''> View </a> &nbsp;&nbsp; |&nbsp;&nbsp; <a href='#' onclick='extendDeadline($id)'> Extend Deadline </a> </span> <hr> Attachments : $full_link </span>"
. "&nbsp;&nbsp;</div>
";

View File

@ -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 {