From: erickson Date: Mon, 6 Apr 2009 21:21:14 +0000 (+0000) Subject: save some space in the selector colum X-Git-Tag: sprint4-merge-nov22~10314 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8f95f0070a816bf85acc862ba433265b5ececb1;p=working%2FEvergreen.git save some space in the selector colum git-svn-id: svn://svn.open-ils.org/ILS/trunk@12805 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/css/skin/default/acq.css b/Open-ILS/web/css/skin/default/acq.css index 301b5428bc..a7fd987955 100644 --- a/Open-ILS/web/css/skin/default/acq.css +++ b/Open-ILS/web/css/skin/default/acq.css @@ -102,3 +102,4 @@ #acq-lit-li-details-table th {padding:0px 10px 0px 10px; font-weight:bold;} .acq-lit-li-menu-bar {width:99%; text-align:left; border:1px solid #aaa; margin:5px 0px 10px 0px;} .acq-lit-table-spacer { height:20px; } +.acq-lit-row td[name="selector"] { width:1.5em; font-weight:bold; color:blue; font-size:110%;} diff --git a/Open-ILS/web/templates/default/acq/common/li_table.tt2 b/Open-ILS/web/templates/default/acq/common/li_table.tt2 index 220e61bb68..2886c5d251 100644 --- a/Open-ILS/web/templates/default/acq/common/li_table.tt2 +++ b/Open-ILS/web/templates/default/acq/common/li_table.tt2 @@ -13,13 +13,13 @@