Minor fixes for design

This commit is contained in:
David Bomba 2023-02-28 17:23:34 +11:00
parent 25bfe755c4
commit 36f5b1a138
2 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,8 @@
#entity-details { #entity-details {
width: 100%; width: 100%;
white-space: nowrap;
margin-right: 3rem;
} }
#entity-details p { #entity-details p {

View File

@ -74,12 +74,12 @@
#entity-details { #entity-details {
text-align: left; text-align: left;
color: #fff4e9 !important; color: #fff4e9 !important;
line-height: 1.6;
} }
#entity-details > tr, #entity-details > tr,
#entity-details th { #entity-details th {
font-weight: normal; font-weight: normal;
padding-bottom: 0.5rem;
} }
.logo-client-wrapper { .logo-client-wrapper {
@ -373,7 +373,7 @@
</style> </style>
<div id="header"> <div id="header">
<h1 class="company-name">$company.name</h1> <h1 class="company-name">$company.name</h1>
<table id="entity-details" cellspacing="0" dir="$dir"></table> <table id="entity-details" cellspacing="0" cellpadding="0" dir="$dir"></table>
</div> </div>
<div id="body"> <div id="body">
<table id="spacer-table" cellspacing="0"> <table id="spacer-table" cellspacing="0">