CSS: add sizes and fonts for "input", "textarea" and "select"

Remove seconds from signature page footer
show status of 'Print' in summary table
This commit is contained in:
james 2004-12-14 20:11:10 +00:00
parent 4477a9412c
commit 0786cf99d2
3 changed files with 21 additions and 1 deletions

View File

@ -100,6 +100,7 @@ echo i18n("Signature Page");
if($statusstudent=="complete" && $statusproject=="complete" && $statusmentor=="complete" && $statussafety=="complete")
echo "</a>";
echo "</td><td>";
echo i18n("Print");
//check to see if its complete
echo "</td></tr>";

View File

@ -198,7 +198,7 @@ echo mysql_error();
//now put a nice little footer at the bottom
$footertext="Reg Num: ".$_SESSION['registration_number']." - Generated: ".date("Y-m-d h:i:sa")." - ".$config['fairname']." - ".$config['FAIRYEAR'];
$footertext="Reg Num: ".$_SESSION['registration_number']." - Generated: ".date("Y-m-d h:ia")." - ".$config['fairname']." - ".$config['FAIRYEAR'];
$footerwidth=pdf_stringwidth($pdf,$footertext,$arial,9);
pdf_setfont($pdf,$arial,9);
pdf_show_xy($pdf,$footertext,loc(4.25)-$footerwidth/2,loc(0.5));

View File

@ -7,6 +7,25 @@ body
background: #E0E0FF;
}
input
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
textarea
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
select
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
td {
vertical-align: top;