Skip to content
Snippets Groups Projects
Commit de4d0a3f authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #22274 [finc] display checkboxes on profile forms (list of records) on mobile too:

* cancelILLRequest,
* cancelHold,
* cancelStorageRetrievalRequest,
* renewals
parent 17175a9b
No related merge requests found
......@@ -335,4 +335,21 @@ textarea {
// Range slider in sidebar
.facet-range-form {
padding: $facet-range-form-padding;
}
\ No newline at end of file
}
// *****************************************************************
// ************ Record Forms in Profile Section ********************
// *****************************************************************
#cancelILLRequest,
#cancelHold,
#cancelStorageRetrievalRequest,
#renewals {
.result .checkbox {
// display checkboxes on mobile too
@media (max-width: $screen-xs-max) {
display: block;
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment