We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37ba4a commit 2b64357Copy full SHA for 2b64357
ajax_select/static/ajax_select/css/ajax_select.css
@@ -6,19 +6,19 @@
6
padding: 0.25em 0;
7
}
8
form .aligned .results_on_deck {
9
- padding-left: 38px;
10
- margin-left: 7em;
+ padding-left: 14px;
+ margin-left: 160px;
11
12
.results_on_deck > div {
13
- margin-bottom: 0.5em;
+ margin: 0.5em 0;
14
15
.ui-autocomplete-loading {
16
- background: url('../images/loading-indicator.gif') no-repeat;
+ background: url("../images/loading-indicator.gif") no-repeat;
17
background-origin: content-box;
18
background-position: right;
19
20
ul.ui-autocomplete {
21
- /*
+ /*
22
this is the dropdown menu.
23
24
if max-width is not set and you are using django-admin
0 commit comments