styling
This commit is contained in:
parent
fae90205a4
commit
58136ba2b4
@ -4,6 +4,11 @@ a.site-branding__logo img {
|
||||
}
|
||||
|
||||
/* Module-specific from here. */
|
||||
|
||||
#content .zencrm_case_details {
|
||||
display: none; /* don't show case as main content - it's shown in sidebar */
|
||||
}
|
||||
|
||||
div.region.region-primary-menu {
|
||||
display:none;
|
||||
}
|
||||
|
@ -196,7 +196,7 @@ class Activity extends ContentEntityBase implements ActivityInterface {
|
||||
])
|
||||
->setDefaultValue('')
|
||||
->setDisplayOptions('view', [
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'type' => 'string',
|
||||
'weight' => -4,
|
||||
])
|
||||
|
@ -17,6 +17,6 @@
|
||||
#}
|
||||
<div{{ attributes.addClass('case_entity') }}>
|
||||
{% if content %}
|
||||
<div id = '#zencrm_case'>{{- content -}}</div>
|
||||
<div class = 'zencrm_case_details'>{{- content -}}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user