From 7801e65ced42c09d3d75f263274a9c69196346ea Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Wed, 18 Sep 2013 15:01:21 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/cat/authority/list.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@
-- 2.43.2