Added logo images to organization and project nodes

This commit is contained in:
Manuel Cillero 2017-10-01 09:14:42 +02:00
parent dd82d278b1
commit 39339da278
10 changed files with 1267 additions and 18 deletions

View file

@ -57,7 +57,7 @@ form[id$="-list-filter"] div.container-inline .form-item {
/*
* Forms and fieldsets with inner tables.
*/
body[class*=" section-node-"] form table.table td,
body[class*=" section-node-"] form table.table td:not(.content-multiple-drag),
form[id$="-list-filter"] fieldset table.table td {
border-width: 0 !important;
padding: 0 1em 0 0 !important;

View file

@ -119,6 +119,7 @@ tr.drag-previous {
.draggable > td:first-child {
overflow: hidden;
position: relative;
border: 0;
}
.draggable > td:first-child span.tabledrag-changed {
position: absolute;

View file

@ -1201,6 +1201,16 @@ body.suitedesk div.field-items {
padding-left: .4em;
background-color: #efefef;
}
div.field-type-filefield[class$="-image"] div.field-items {
padding: 8px;
text-align: center;
}
div.field-items img.imagefield[class$="_image"] {
margin: 0 auto;
max-width: 100%;
height: auto;
width: auto\9; /* IE8 */
}
@media (max-width: 889px) {
div.stormfields {
margin-bottom: 0;
@ -1598,6 +1608,10 @@ div.tt-new {
/*
* Forms and fieldsets with inner tables (SuiteDesk exceptions).
*/
div[id$="-attach-items"] table.table td:not(.content-multiple-drag),
div[id$="-attached-items"] table.table td:not(.content-multiple-drag) {
float: none !important;
} /*
#field-stormorganization-attached-items table.table td,
#field-stormperson-attached-items table.table td,
#field-stormproject-attached-items table.table td,
@ -1609,6 +1623,17 @@ div.tt-new {
#field-stormnote-attached-items table.table td,
#field-stormdok-attach-items table.table td {
float: none;
} */
table[id*="_attach_values"],
table[id*="_attached_values"] {
margin-top: -0.5em;
}
table[id*="_attach_values"] thead,
table[id*="_attached_values"] thead,
#edit-field-stormorganization-image-0-upload-wrapper label,
#edit-field-stormproject-image-0-upload-wrapper label {
display: none;
}
/*
@ -1695,13 +1720,13 @@ fieldset.group-stormorganization-members {
}
fieldset.group-stormorganization-members legend {
display: none;
}
} /*
table#field_stormorganization_attached_values {
margin-top: -0.5em;
}
table#field_stormorganization_attached_values thead {
display: none;
}
} */
/*
* "SuiteDesk Person" node form.
@ -1709,13 +1734,13 @@ table#field_stormorganization_attached_values thead {
#edit-field-stormperson-name-0-value,
#edit-field-stormperson-lastname-0-value {
width: 100%;
}
} /*
table#field_stormperson_attached_values {
margin-top: -0.5em;
}
table#field_stormperson_attached_values thead {
display: none;
}
} */
/*
* "SuiteDesk Project" node form.
@ -1730,11 +1755,14 @@ fieldset.group-stormproject-subprojects legend {
}
#edit-field-stormproject-team-value-wrapper {
margin: 1.4em 0 .4em;
}
} /*
table#field_stormproject_attached_values {
margin-top: -0.5em;
}
table#field_stormproject_attached_values thead,
form.stormproject_node_form fieldset.book-outline-form {
display: none;
} */
form.stormproject_node_form fieldset.book-outline-form {
display: none;
}
@ -1744,33 +1772,33 @@ form.stormproject_node_form fieldset.book-outline-form {
*/
#edit-durationunit-wrapper {
margin-bottom: 1.2em; /* Solving field position in responsive actions */
}
} /*
table#field_stormtask_attached_values {
margin-top: -0.5em;
}
table#field_stormtask_attached_values thead {
display: none;
}
} */
/*
* "SuiteDesk Ticket" node form.
*/
*/ /*
table#field_stormticket_attached_values {
margin-top: -0.5em;
}
table#field_stormticket_attached_values thead {
display: none;
}
} */
/*
* "SuiteDesk Event" node form.
*/
*/ /*
table#field_stormevent_attach_values {
margin-top: -0.5em;
}
table#field_stormevent_attach_values thead {
display: none;
}
} */
#edit-field-stormevent-place-0-value-wrapper + .form-item .form-radios label {
float: left;
width: 7.24%;
@ -1861,13 +1889,13 @@ table#field_stormevent_attach_values thead {
/*
* "SuiteDesk Note" node form.
*/
*/ /*
table#field_stormnote_attached_values {
margin-top: -0.5em;
}
table#field_stormnote_attached_values thead {
display: none;
}
} */
/*
* "SuiteDesk Idea" node form.
@ -1924,21 +1952,21 @@ table#field_stormnote_attached_values thead {
#edit-access-public-wrapper,
#edit-access-authorised-wrapper {
margin: .5em 0;
}
} /*
table#field_stormdok_attach_values {
margin-top: -0.5em;
}
table#field_stormdok_attach_values thead {
display: none;
}
} */
/*
* "SuiteDesk Task & Ticket" comment form.
*/
*/ /*
table#field_stormtaskc_attach_values thead,
table#field_stormticketc_attach_values thead {
display: none;
}
} */
#edit-field-stormtaskc-title-0-value,
#edit-field-stormticketc-title-0-value {
width: 100%;