[Koha-patches] [PATCH] tweek css for staff search results item type images

Michael Hafen mdhafen at tech.washk12.org
Wed Mar 18 18:00:28 CET 2009


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.
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    1 +
 1 files changed, 1 insertions(+), 0 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 c2d9a78..2bec4ea 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 {
-- 
1.5.6.3




More information about the Koha-patches mailing list