ce1d3ca38b
I ultimately want to keep it, but will reinstate when I find a way of putting it somewhere sensible on the page
16 lines
418 B
CSS
16 lines
418 B
CSS
|
|
/* Free the people from the tyranny of the useless search button */
|
|
#edit-submit-actor-search{
|
|
display: none;
|
|
}
|
|
|
|
/* Remove the revision message box. Temporary until can place it properly */
|
|
#edit-revision-log-message-wrapper{
|
|
display: none;
|
|
}
|
|
|
|
/* 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;
|
|
}
|