Skip to content

Commit 2b64357

Browse files
committed
fix alignment of "results on deck"
1 parent d37ba4a commit 2b64357

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ajax_select/static/ajax_select/css/ajax_select.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
padding: 0.25em 0;
77
}
88
form .aligned .results_on_deck {
9-
padding-left: 38px;
10-
margin-left: 7em;
9+
padding-left: 14px;
10+
margin-left: 160px;
1111
}
1212
.results_on_deck > div {
13-
margin-bottom: 0.5em;
13+
margin: 0.5em 0;
1414
}
1515
.ui-autocomplete-loading {
16-
background: url('../images/loading-indicator.gif') no-repeat;
16+
background: url("../images/loading-indicator.gif") no-repeat;
1717
background-origin: content-box;
1818
background-position: right;
1919
}
2020
ul.ui-autocomplete {
21-
/*
21+
/*
2222
this is the dropdown menu.
2323
2424
if max-width is not set and you are using django-admin

0 commit comments

Comments
 (0)