From e8f95f0070a816bf85acc862ba433265b5ececb1 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 6 Apr 2009 21:21:14 +0000 Subject: [PATCH] save some space in the selector colum git-svn-id: svn://svn.open-ils.org/ILS/trunk@12805 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/css/skin/default/acq.css | 1 + Open-ILS/web/templates/default/acq/common/li_table.tt2 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@