Fixed body field in organization content type

This commit is contained in:
Manuel Cillero 2017-09-03 13:10:21 +02:00
parent 7d5864b347
commit f919b88f58
7 changed files with 25 additions and 31 deletions

View file

@ -1088,6 +1088,16 @@ table#stormexpenses td .expense-title {
font-weight: bold;
}
/*
* "SuiteDesk Invoices" list & filter.
*/
table#storminvoices td .invoice-number,
table#storminvoices td .invoice-title {
line-height: 1em;
font-size: 1.2em;
font-weight: bold;
}
/*
* "SuiteDesk" node.
*/
@ -1537,6 +1547,7 @@ table.formgroup tr td {
font-size: 1em;
padding-left: 0;
padding-right: 5px;
border-top: 0;
}
table.formgroup-submit {
margin-top: 1.4em;