Compare commits
7 Commits
3458949bb0
...
trav
Author | SHA1 | Date | |
---|---|---|---|
658e60f296 | |||
2ecef5c1dd | |||
92e81ee518 | |||
d7197d7ed6 | |||
0c977a7d48 | |||
a0e4b4028f | |||
5c20e83ed5 |
@ -7,8 +7,21 @@
|
||||
#block-accreditationcount {
|
||||
position: absolute;
|
||||
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 {
|
||||
color: black;
|
||||
}
|
||||
@ -133,3 +146,50 @@ 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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user