2021-04-05 18:43:46 +00:00
/* MOVE THIS INTO MORE!! */
. top_ups_bought . add-activity-link {
display : none ;
}
2021-12-10 09:35:42 +00:00
/* paragraphs */
. paragraph . field {
width : auto ;
}
. field . field--type-entity-reference-revisions {
border : none ;
padding : 0 . 4em ;
}
. field . field--type-entity-reference-revisions . field__item {
padding : 0 ;
}
/* end paragraphs */
2021-09-17 13:21:56 +00:00
/* MOVE THIS INTO GNO! */
# block-accreditationcount {
position : absolute ;
right : 50 % ;
2021-10-06 09:43:01 +00:00
/*background-color: #fff;*/
background-image : linear-gradient ( to top , # 2a419a 0 % , # 1d84c3 100 % ) ;
border-radius : 5px ;
2021-09-17 13:21:56 +00:00
}
2021-10-06 09:43:01 +00:00
# block-accreditationcount table {
border : 0px # 2a419a ;
background-color : # 1d84c3 ;
}
# block-accreditationcount h1 {
color : white ;
}
2021-09-17 13:32:01 +00:00
# block-accreditationcount td {
color : black ;
}
2021-04-05 18:43:46 +00:00
/* */
2018-09-12 14:57:18 +00:00
body {
font-size : 100 % ! important ;
}
2018-05-08 17:23:03 +00:00
2021-12-05 19:16:39 +00:00
. field . field--type-entity-reference {
margin : inherit ;
2021-02-22 17:44:42 +00:00
}
2021-12-05 19:16:39 +00:00
. field {
width : 30 % ;
display : inline-block ;
padding : 0 . 4em ;
2021-02-22 17:44:42 +00:00
}
2021-03-23 15:47:53 +00:00
2021-02-09 18:26:09 +00:00
/* remove this confusing thing from user creation page */
# edit-password-policy-status {
display : none ;
}
2021-02-07 15:16:25 +00:00
. form-composite > . fieldset-wrapper > . description , . form-item . description {
font-size : 1em ! important ;
}
2021-02-08 13:38:54 +00:00
div [ data-drupal-selector = edit-user-bulk-form ] {
display : none ;
}
. layout-container {
max-width : 95 % ! important ;
}
2018-05-08 17:23:03 +00:00
/* Free the people from the tyranny of the useless search button */
2021-02-14 21:18:36 +00:00
# edit-submit-actor-search , # edit-submit-actor-search--2 {
2018-05-08 17:23:03 +00:00
display : none ;
}
2018-05-11 09:55:26 +00:00
/* Remove the revision message box. Temporary until can place it properly */
# edit-revision-log-message-wrapper {
display : none ;
}
2018-05-28 13:24:15 +00:00
/* Same for revision checkbox. */
. js-form-item . form-item . js-form-type-checkbox . form-type-checkbox . js-form-item-new-revision . form-item-new-revision {
display : none ;
}
2018-11-09 13:16:47 +00:00
/* Style the search box in header bar. */
# block-exposedformactor-searchpage-1 {
top : -20px ;
}
# block-exposedformactor-searchpage-1 # edit-actions {
padding-top : 0 ;
}
# block-exposedformactor-searchpage-1 . form-text {
width : 200px ;
}
2018-12-15 11:34:59 +00:00
/* Make drop-down nav menu opaque */
. block-superfish . menu ul {
background : white ;
color : darkgray ;
}
. block-superfish . menu ul li {
border-bottom : 1px dotted darkgray ;
}
. block-superfish . menu ul li a : hover {
color : black ;
}
2020-01-23 10:04:50 +00:00
/* In views, display label at top of field. Ths is because full descriptions are displayed in the activity view so having the label in the middle means it disappears down the page. */
td . views-field {
vertical-align : top ;
}
2020-05-13 14:41:59 +00:00
/* Entity displays */
. oc_entity . left {
display : inline-block ;
width : 45 % ;
padding : 1em ;
}
. oc_entity . right {
display : inline-block ;
width : 45 % ;
padding : 1em ;
float : right ;
}
. oc_entity . field {
margin-top : 1em ;
}
/* Make entity reference field labels match normal field labels */
. field--type-entity-reference . field__label {
font-family : Georgia , "Times New Roman" , Times , serif ;
font-size : 1em ! important ;
font-weight : bold ! important ;
}
2020-06-05 17:36:14 +00:00
2020-06-08 19:43:51 +00:00
/* remove "details" accordion, see https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view */
. views-table details {
display : none ;
2021-07-20 12:48:50 +00:00
}
2020-06-08 19:43:51 +00:00
2021-07-20 12:48:50 +00:00
form . oc-organisation-relation-form tr : first-child {
display : none ;
2020-06-08 19:43:51 +00:00
}
2021-09-17 13:22:56 +00:00
/* trav styling */
. site-branding {
margin-top : -2 . 20em ! important ;
}
2021-11-29 19:24:37 +00:00
. follow-ups-due td {
background-color : # FB8A4F ;
}
# block-accreditationcount th ,
# block-accreditationcount td {
border : none ;
}
# block-accreditationcount {
padding : 1em ;
2021-09-17 13:22:56 +00:00
}
tr : nth-child ( even ) {
background-color : # fefefe ;
}
2021-10-06 09:43:01 +00:00
tr : nth-child ( odd ) {
background-color : # eee ;
}
. Off {
color : gray ;
}
. Off a {
color : gray ;
2021-09-17 13:22:56 +00:00
}
. field--type-entity-reference-revisions {
border-radius : 25px ;
border : 2px solid # 2A419A ;
padding : 10px ;
border-width : thin ;
}
2021-10-06 09:43:01 +00:00
. follow-ups-due table {
2021-09-17 13:22:56 +00:00
background-color : # FB8A4F ;
}
. views-field-field-client-substatus {
font-weight : bold ;
}
2021-10-06 09:43:01 +00:00
thead {
background-color : # 1d84c3 ;
}