Signed-off-by: Dan Scott <dscott@laurentian.ca>
Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2
.mobile_hide {
display: none;
}
- .searchbar { width: 200px; line-height: 1.5em; }
- #browse-controls { width: 200px; line-height: 1.5em; }
+ .searchbar { line-height: 1.5em; }
+ #browse-controls { line-height: 1.5em; }
+ #search_query_label, #search_qtype_label, #search_locg_label {
+ display: block;
+ .bookshelf td {
- display: block;
- width: 100%;
++ display: block;
++ width: 100%;
+ }
+ .bookshelf table thead tr {
- display: block;
++ display: block;
}
}