From 62f6ff982670785580c9266232d5c1f13a1b1118 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 18 Feb 2009 15:52:02 -0700 Subject: [PATCH] bug itemtype icons interfere with location text Thanks to Owen for this. This changes the itemtype icons from css backgrounds to images. Also there is a little css tweaking to compensate for some other things taken out from that area - like margin and padding declarations. --- .../prog/en/css/staff-global.css | 23 +++++++++++++++++++ .../prog/en/modules/catalogue/results.tmpl | 10 ++++---- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index afecfbaf9e..34c499af2e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1270,7 +1270,30 @@ overflow : hidden; } #searchresults ul li { + font-size : 90%; list-style : url(../../img/item-bullet.gif); + padding : .2em 0; + clear : left; +} + +#searchresults span.status { + clear : left; + color : #900; + display : block; +} + +#searchresults span.unavailable { + clear : left; + display : block; +} + +#searchresults .availability strong { + display : block; +} + +#searchresults ul li img { + float : left; + margin : 3px 5px 3px -5px; } #searchresults table td { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index 39d3d29485..0c881ee904 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -330,7 +330,7 @@ $(window).load(function() {