0efab1af06
Also add opencase_search as dependency to opencase because the css for it is in opencase/css (hopefully all this css can go into an opencase theme one day)
32 lines
698 B
CSS
32 lines
698 B
CSS
body {
|
|
font-size: 100% !important;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* 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;
|
|
}
|