CSS fixes
This commit is contained in:
parent
b57b353c40
commit
caa257df4e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue