add icon to search results

This commit is contained in:
fkloft
2015-02-12 15:33:17 +01:00
parent 4c7b8e0e70
commit d98737b3ba
3 changed files with 23 additions and 1 deletions

View File

@ -540,6 +540,12 @@ input[type="search"], input[type="url"] {
#searchwrapper li {
cursor: pointer;
}
#searchwrapper li a {
margin-left: -14px;
padding-left: 14px;
background-position: 1px center;
background-repeat: no-repeat;
}
#searchwrapper li em {
color: #ccc;
font-size: 0.9em;