]> 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:47:01 +0000 (15:47 -0400)
commit10a5289685ee455342860cb9c24c889f3d7b6a3e
tree5209a05dede73f448c1270c2f4fd5b303bf3b6e6
parent0b7963f56729304954eda4d969314f9a572dc447
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