]> git.evergreen-ils.org Git - Evergreen.git/commit
Restore facet-first loading, add breakpoint for results
authorDan Scott <dscott@laurentian.ca>
Fri, 20 Sep 2013 00:28:32 +0000 (20:28 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:10 +0000 (18:42 -0400)
commit851c9a909c010d530926f8222dd52b5843858abc
tree293916bbaf0d2f356cb6ea9915c8ee5e3f6a0f6b
parentecd0b786e24811cf1e1b75929f11e396ce4d1301
Restore facet-first loading, add breakpoint for results

Facet first loading should be faster on slow servers, so do that rather
than loading them after the results and forcing a page render when we
dump them into place on wide screens.

Also add an 800px breakpoint to prevent results from getting pushed
underneath the facets; at 800px, we go into "hide facets" mode instead.
This gets picked up by the 600px breakpoint, so it's all good.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2