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> <h2><?php __('Master Enquiry Register');?></h2>
<? echo $this->element('enquiry_table', $enquiries, $status_list); ?> <? echo $this->element('enquiry_table', $enquiries, $status_list); ?>
</div> </div>

View file

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