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 <galen.charlton@liblime.com>
This commit is contained in:
parent
657371808a
commit
a0a24ae25f
1 changed files with 1 additions and 0 deletions
|
@ -1283,6 +1283,7 @@ overflow : hidden;
|
|||
font-size : 90%;
|
||||
list-style : url(../../img/item-bullet.gif);
|
||||
padding : .2em 0;
|
||||
clear : left;
|
||||
}
|
||||
|
||||
#searchresults span.status {
|
||||
|
|
Loading…
Reference in a new issue