Moved search bar to top, and styled

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)
This commit is contained in:
Naomi
2018-11-09 13:16:47 +00:00
parent 4b14537dc4
commit 0efab1af06
4 changed files with 16 additions and 2 deletions

View File

@ -16,3 +16,16 @@ body {
.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;
}