]> git.evergreen-ils.org Git - Evergreen.git/commit
Add altering rows colors to (cataloging) manage authorities interface
authorYamil Suarez <yamil@yamil.com>
Wed, 18 Sep 2013 19:01:21 +0000 (15:01 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 18 Sep 2013 19:45:30 +0000 (15:45 -0400)
commit7801e65ced42c09d3d75f263274a9c69196346ea
treedf72226cd7582fe90373d990306d5756df3b0d39
parent96f23b77b3ebbcef9a2c52f23abb9ced1e0b1d88
Add altering rows colors to (cataloging) manage authorities interface

To make it easier to use the (cataloging) manage authorities interface I added a tiny bit of CSS to have alternating row colors. The "height: 1.5em" part is needed because the enclosing authEntry div ends up with a height of zero because its children containers are all floating. Turns out this zero height behavior is not a bug, but a natural side affect of floating the div's children.

Signed-off-by: Yamil Suarez <yamil@yamil.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/cat/authority/list.tt2