From a0a24ae25fd0cd09de82e47d936d3c6f9e2c513b Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 18 Mar 2009 11:00:28 -0600 Subject: [PATCH] tweek css for staff search results item type images This add a clear:left; to the #searchresults ul li selector. Otherwise it's possible an item type image will be offset by an image above it and not float all the way to the left. This makes sure the image is clear of the above image. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 file changed, 1 insertion(+) 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 c2d9a78c0f..2bec4ea849 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1283,6 +1283,7 @@ overflow : hidden; font-size : 90%; list-style : url(../../img/item-bullet.gif); padding : .2em 0; + clear : left; } #searchresults span.status { -- 2.39.2