some more styling of autocomplete stuff
This commit is contained in:
parent
fe3a5556a3
commit
9280f70546
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input.ac_loading {
|
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;
|
background-position: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,9 +30,12 @@ input.ac_loading {
|
||||||
/* change the X to an image */
|
/* change the X to an image */
|
||||||
.results_on_deck .iconic, .results_on_deck .iconic:hover {
|
.results_on_deck .iconic, .results_on_deck .iconic:hover {
|
||||||
float: left;
|
float: left;
|
||||||
background: url(../shared/images/Trashcan.gif) no-repeat;
|
cursor: pointer;
|
||||||
color: transparent;
|
/* background: url(../shared/images/Trashcan.gif) no-repeat; */
|
||||||
|
/* color: transparent; */
|
||||||
border: 0;
|
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 */
|
/* specific to a site I worked on. the formatted results were tables. I sized them and floated them left, next to the icon */
|
||||||
|
|
BIN
gazetteer/static/images/loading-indicator.gif
Normal file
BIN
gazetteer/static/images/loading-indicator.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user