From 033b80bac3492c4a2c7d7802970d5608432c4346 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 12 Oct 2010 19:55:58 +0000 Subject: [PATCH] more terminology cleanup and inline documentation git-svn-id: svn://svn.open-ils.org/ILS/trunk@18290 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm index 78a1106e4..f8fd3521a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm @@ -325,7 +325,8 @@ sub show_template { @import '/js/dojo/dojo/resources/dojo.css'; @import '/js/dojo/dijit/themes/tundra/tundra.css'; .hide_me { display: none; visibility: hidden; } - th { font-weight: bold; } + table.ruleTable th { padding: 5px; border-collapse: collapse; border-bottom: solid 1px gray; font-weight: bold; } + table.ruleTable td { padding: 5px; border-collapse: collapse; border-bottom: solid 1px gray; }