Compare commits
9 Commits
623e801c58
...
trav
Author | SHA1 | Date | |
---|---|---|---|
658e60f296 | |||
2ecef5c1dd | |||
92e81ee518 | |||
d7197d7ed6 | |||
3458949bb0 | |||
9e18b3ea28 | |||
0c977a7d48 | |||
a0e4b4028f | |||
5c20e83ed5 |
@ -7,8 +7,21 @@
|
|||||||
#block-accreditationcount {
|
#block-accreditationcount {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
/*background-color: #fff;*/
|
||||||
|
background-image: linear-gradient(to top, #2a419a 0%, #1d84c3 100%);
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#block-accreditationcount table {
|
||||||
|
border: 0px #2a419a;
|
||||||
|
background-color: #1d84c3;
|
||||||
|
}
|
||||||
|
|
||||||
|
#block-accreditationcount h1 {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#block-accreditationcount td {
|
#block-accreditationcount td {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
@ -133,3 +146,50 @@ table.views-table.views-view-table caption {
|
|||||||
form.oc-organisation-relation-form tr:first-child {
|
form.oc-organisation-relation-form tr:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* trav styling */
|
||||||
|
.site-branding {
|
||||||
|
margin-top: -2.20em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.follow-up-due {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even) {
|
||||||
|
background-color: #fefefe;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(odd) {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Off {
|
||||||
|
color:gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Off a {
|
||||||
|
color:gray;
|
||||||
|
background-color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.field--type-entity-reference-revisions {
|
||||||
|
border-radius: 25px;
|
||||||
|
border: 2px solid #2A419A;
|
||||||
|
padding: 10px;
|
||||||
|
border-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
|
.follow-ups-due table{
|
||||||
|
background-color: #FB8A4F;
|
||||||
|
}
|
||||||
|
|
||||||
|
.views-field-field-client-substatus {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #1d84c3;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
|
|||||||
->setLabel(t('Title'))
|
->setLabel(t('Title'))
|
||||||
->setRevisionable(TRUE)
|
->setRevisionable(TRUE)
|
||||||
->setSettings([
|
->setSettings([
|
||||||
'max_length' => 50,
|
'max_length' => 120,
|
||||||
'text_processing' => 0,
|
'text_processing' => 0,
|
||||||
])
|
])
|
||||||
->setDefaultValue('')
|
->setDefaultValue('')
|
||||||
|
@ -70,3 +70,8 @@ opencase.manage_event_types:
|
|||||||
parent: opencase.opencase_admin_menu
|
parent: opencase.opencase_admin_menu
|
||||||
url: internal:/admin/opencase/oc_event_type
|
url: internal:/admin/opencase/oc_event_type
|
||||||
weight: 1
|
weight: 1
|
||||||
|
opencase.reporting:
|
||||||
|
title: 'Reporting'
|
||||||
|
menu_name: opencase
|
||||||
|
route_name: opencase.opencase_reporting_menu
|
||||||
|
weight: 0
|
||||||
|
@ -10,3 +10,7 @@ opencase.opencase_add_new_things_menu:
|
|||||||
path: '/'
|
path: '/'
|
||||||
requirements:
|
requirements:
|
||||||
_permission: 'use opencase'
|
_permission: 'use opencase'
|
||||||
|
opencase.opencase_reporting_menu:
|
||||||
|
path: '/'
|
||||||
|
requirements:
|
||||||
|
_permission: 'use opencase'
|
||||||
|
Reference in New Issue
Block a user