CSS tweaks.
parent
da6ffcf306
commit
05303096e1
|
@ -313,11 +313,10 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
|
||||||
$header="Courses > ".$name."($code) > Assignments > ".$title;
|
$header="Courses > ".$name."($code) > Assignments > ".$title;
|
||||||
|
|
||||||
echo " <div class='break-word btn btn-default' style='word-wrap: break-word;border-color:grey;'>
|
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> ($marks Marks) "
|
<br> <span style='font-size:8pt'>Posted: $posted Deadline: $deadline"
|
||||||
. "<br>"
|
. "<br>"
|
||||||
|
|
||||||
. "<span class='btn-default'> $count_subs Submissions ( $count_marked Marked ) <a href='Courses.php?course=".$url."&act=edit&cid=".$id."'>Edit</a> | <a href='~\..\Submissions.php?id=$id&header=$header&total=$marks' onclick=''> View </a> | <a href='#' onclick='extendDeadline($id)'> Extend Deadline </a> </span> <hr> Attachments : $full_link </span>"
|
. "<span class='btn-default'> $count_subs Submissions ( $count_marked Marked ) <a href='Courses.php?course=".$url."&act=edit&cid=".$id."'>Edit</a> | <a href='~\..\Submissions.php?id=$id&header=$header&total=$marks' onclick=''> View </a> | <a href='#' onclick='extendDeadline($id)'> Extend Deadline </a> </span> <hr> Attachments : $full_link </span>"
|
||||||
. " </div>
|
. " </div>
|
||||||
";
|
";
|
||||||
|
|
|
@ -42,12 +42,12 @@ if (mysqli_connect_errno()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
border: 2px solid #00ff66;
|
border: 1px solid #e6f2ff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 3px auto;
|
margin: 2px auto;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-bordered {
|
.table-bordered {
|
||||||
|
|
Loading…
Reference in New Issue