diff --git a/css/opencase.css b/css/opencase.css index 4063ce5..f574fc7 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -133,3 +133,36 @@ table.views-table.views-view-table caption { form.oc-organisation-relation-form tr:first-child { display: none; } + + +/* trav styling */ +.site-branding { + margin-top: -2.20em !important; +} + +.follow-up-due { + +} + +tr:nth-child(even) { + background-color: #fefefe; +} + +.off { + background-color:black; +} + +.field--type-entity-reference-revisions { + border-radius: 25px; + border: 2px solid #2A419A; + padding: 10px; + border-width: thin; +} + +.follow-ups-due { + background-color: #FB8A4F; +} + +.views-field-field-client-substatus { + font-weight: bold; +}