some more styling of autocomplete stuff

This commit is contained in:
Sanj 2011-08-31 01:23:34 +05:30
parent fe3a5556a3
commit 9280f70546
2 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,7 @@
}
input.ac_loading {
background: #FFF url('../images/loading-indicator.gif') no-repeat;
background: #FFF url('/static/images/loading-indicator.gif') no-repeat;
background-position: right;
}
@ -30,9 +30,12 @@ input.ac_loading {
/* change the X to an image */
.results_on_deck .iconic, .results_on_deck .iconic:hover {
float: left;
background: url(../shared/images/Trashcan.gif) no-repeat;
color: transparent;
cursor: pointer;
/* background: url(../shared/images/Trashcan.gif) no-repeat; */
/* color: transparent; */
border: 0;
color: #f00;
font-weight: bold;
}
/* specific to a site I worked on. the formatted results were tables. I sized them and floated them left, next to the icon */

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB