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 {
|
#entity-details {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-right: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entity-details p {
|
#entity-details p {
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user