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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user