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>
|
<h2><?php __('Master Enquiry Register');?></h2>
|
||||||
<? echo $this->element('enquiry_table', $enquiries, $status_list); ?>
|
<? echo $this->element('enquiry_table', $enquiries, $status_list); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue