]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Simply record summary navigation markup
authorDan Scott <dan@coffeecode.net>
Sun, 8 Jan 2012 22:53:03 +0000 (17:53 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 18 Jan 2012 22:07:49 +0000 (17:07 -0500)
commit13d414e675a1aed945ba9a4ccc2d4421b308b19a
tree64a20b634c8b60a23b44667f6f6a4ba677ee3c2f
parent3acde47346f093c2ee13e5c5a8d3742a7bae2dde
TPAC: Simply record summary navigation markup

Currently we have the next / previous links on the far right side of the
record summary page, whereas the "Showing item # of #" is on the left
hand side of the page. On wide screens, this leads to a large gap
between the two informational elements. In addition, as the elements are
floated, the vertical alignment is thrown off if you attempt to bring
them together.

The solution is to group the elements inside a SPAN with inline-block
displays for the embedded DIVs. This enables the elements to reflow
appropriately on mobile sized screens while keeping the alignment clean.
In addition, some inline style gets moved to style.css and some
unnecessary elements are removed.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/parts/record/body.tt2
Open-ILS/web/css/skin/default/opac/style.css