This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/css/opencase.css

11 lines
248 B
CSS
Raw Normal View History

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;
}