2018-09-12 14:57:18 +00:00
body {
font-size : 100 % ! important ;
}
2018-05-08 17:23:03 +00:00
/* Free the people from the tyranny of the useless search button */
# edit-submit-actor-search {
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
/* Styling for grouped views */
table . views-table . views-view-table caption {
text-align : left ;
margin-bottom : 1em ;
margin-top : 2em ;
font-weight : bold ;
}
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 ;
}