mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for design
This commit is contained in:
parent
25bfe755c4
commit
36f5b1a138
@ -63,6 +63,8 @@
|
||||
|
||||
#entity-details {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
#entity-details p {
|
||||
|
@ -74,12 +74,12 @@
|
||||
#entity-details {
|
||||
text-align: left;
|
||||
color: #fff4e9 !important;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#entity-details > tr,
|
||||
#entity-details th {
|
||||
font-weight: normal;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.logo-client-wrapper {
|
||||
@ -373,7 +373,7 @@
|
||||
</style>
|
||||
<div id="header">
|
||||
<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 id="body">
|
||||
<table id="spacer-table" cellspacing="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user