]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: results use floated DIVs instead of table layout
authorDan Scott <dscott@laurentian.ca>
Mon, 12 Dec 2011 05:06:39 +0000 (00:06 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Dec 2011 05:06:39 +0000 (00:06 -0500)
commit6faac2b00f86f61eede58b1867b3c5bd11740b5f
tree95470d81403c8bedfc36e1bd791d935b4b0778b8
parent43a2d1465e6ae1f8fbd2a8873d602e6b55700f51
TPAC: results use floated DIVs instead of table layout

Rather than a table containing a single row for the rather gross purpose
of placing the facet sidebar on the left, a little bit of a divider
between the facets and the results, and the results on the right, just
use a floated div and a relatively positioned div for the two pertinent
chunks of content. Bonus: one touch of CSS moves the facet sidebar to
the right instead of the left.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/result/table.tt2
Open-ILS/web/css/skin/default/opac/style.css