From 2a0257460e9b78d57e48d6215748622dce7c12ff Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 12 Oct 2010 20:34:08 +0000 Subject: [PATCH] Backport UI improvements from trunk git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18292 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm | 39 ++++++++++++++-------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm index ca527db38c..b48bfe8c0a 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; }