From: miker Date: Tue, 12 Oct 2010 20:34:08 +0000 (+0000) Subject: Backport UI improvements from trunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a0257460e9b78d57e48d6215748622dce7c12ff;p=Evergreen.git Backport UI improvements from trunk git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18292 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; }