CSS fixes

This commit is contained in:
Karl Cordes 2009-03-27 12:40:56 +11:00
parent b57b353c40
commit caa257df4e
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<div class="enquiries index">
<div class="enquiriesindex">
<h2><?php __('Master Enquiry Register');?></h2>
<? echo $this->element('enquiry_table', $enquiries, $status_list); ?>
</div>

View file

@ -206,7 +206,7 @@ ul.principle-emails {
background: #fff;
clear: both;
color: #333;
padding: 10px 20px 40px 20px;
padding: 5px;
overflow: auto;
}
#footer {
@ -264,6 +264,16 @@ dl#showemail {
padding-left: 2em;
}
.enquiries index {
}
div.enquiriesindex {
padding: 0;
margin: 0;
}
/* Tables */
table {
background: #fff;