tweek css for staff search results item type images
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 18 Mar 2009 17:00:28 +0000 (11:00 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 3 Apr 2009 23:52:50 +0000 (18:52 -0500)
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 <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index c2d9a78..2bec4ea 100644 (file)
@@ -1283,6 +1283,7 @@ overflow :  hidden;
        font-size : 90%;
        list-style : url(../../img/item-bullet.gif);
        padding : .2em 0;
+        clear : left;
 }
 
 #searchresults span.status {