Tweaked CSS on enq register

This commit is contained in:
Karl Cordes 2010-03-04 09:48:38 +11:00
parent 9fd2507c46
commit b353f1fd0f
2 changed files with 5 additions and 5 deletions

View file

@ -135,7 +135,7 @@ echo $paginator->counter(array(
</td>
<td class="contactemail">
<?php
if($enquiry['Contact']['mobile']) { echo 'mob:'.$enquiry['Contact']['mobile']; }
if($enquiry['Contact']['mobile']) { echo $enquiry['Contact']['mobile']; }
else if($enquiry['Contact']['direct_phone']) { echo $enquiry['Contact']['direct_phone']; }
else {
echo $enquiry['Contact']['phone'];

View file

@ -499,11 +499,11 @@ table.mer tr td.notposted {
}
table.mer tr td.enqdate {
padding: 0;
font-size: x-small;
font-size: xx-small;
}
table.mer tr td.principlename {
padding: 0;
font-size: x-small;
font-size: xx-small;
}
table.mer tr td.comments {
@ -518,7 +518,7 @@ table.mer tr td.status {
table.mer tr td.contactemail {
padding: 0;
font-size: x-small;
font-size: xx-small;
}
table.mer tr td.contactname {
padding: 0;
@ -526,7 +526,7 @@ table.mer tr td.contactname {
}
table.mer tr td.customername {
padding: 0;
font-size: small;
font-size: x-small;
}
table.mer tr td.viewedit {
padding: 0;