Fixed body field in organization content type
This commit is contained in:
parent
7d5864b347
commit
f919b88f58
7 changed files with 25 additions and 31 deletions
|
@ -9,22 +9,21 @@ label {
|
|||
white-space: normal;
|
||||
}
|
||||
.form-item {
|
||||
margin-top: .6em; /*
|
||||
margin: .45em 0 0; */
|
||||
margin-top: .6em;
|
||||
max-width: 100% !important;
|
||||
white-space: nowrap;
|
||||
} /*
|
||||
.container-inline div.container-inline-date,
|
||||
.container-inline .container-inline-date div,
|
||||
.container-inline .container-inline-date input {
|
||||
display: block;
|
||||
} */
|
||||
}
|
||||
/* Form items styles exceptions */
|
||||
.container-inline-date label {
|
||||
display: block;
|
||||
}
|
||||
.container-inline-date.form-item {
|
||||
margin-top: 0 !important;
|
||||
#book-outline .form-item,
|
||||
#storm-attribute-list-form .form-item,
|
||||
form[id="node-form"] div.container-inline .form-item,
|
||||
form[id$="-list-filter"] div.container-inline .form-item {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.form-item input.error,
|
||||
.form-item textarea.error,
|
||||
.form-item select.error {
|
||||
|
@ -58,8 +57,8 @@ label {
|
|||
/*
|
||||
* Forms and fieldsets with inner tables.
|
||||
*/
|
||||
form table.table td,
|
||||
fieldset table.table td {
|
||||
body[class*=" section-node-"] form table.table td,
|
||||
form[id$="-list-filter"] fieldset table.table td {
|
||||
border-width: 0 !important;
|
||||
padding: 0 1em 0 0 !important;
|
||||
float: left;
|
||||
|
@ -74,7 +73,6 @@ form#diff-node-revisions table.table td {
|
|||
}
|
||||
body.section-admin form table.table td {
|
||||
padding: 5px !important;
|
||||
float: none;
|
||||
}
|
||||
/*
|
||||
.form-item .description {
|
||||
|
|
|
@ -153,6 +153,7 @@ form#book-admin-edit .draggable > td:first-child .form-control {
|
|||
font-weight: 300;
|
||||
}
|
||||
form#book-admin-edit .draggable > td {
|
||||
border-top: 0;
|
||||
padding-top: 2px !important;
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue