From: Yamil Suarez Date: Wed, 18 Sep 2013 19:01:21 +0000 (-0400) Subject: Add altering rows colors to (cataloging) manage authorities interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7801e65ced42c09d3d75f263274a9c69196346ea;p=evergreen%2Fmasslnc.git 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 Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/cat/authority/list.tt2 b/Open-ILS/src/templates/cat/authority/list.tt2 index 2e134b3565..9b8aa96fd2 100644 --- a/Open-ILS/src/templates/cat/authority/list.tt2 +++ b/Open-ILS/src/templates/cat/authority/list.tt2 @@ -3,12 +3,13 @@