mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Increase margin between sortable elements in the change list.
This commit is contained in:
parent
bb70d5a3ad
commit
0a594928ef
1 changed files with 5 additions and 0 deletions
|
|
@ -19,10 +19,15 @@
|
|||
#sortable ul li
|
||||
{
|
||||
overflow: auto;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#sortable ul li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#sortable .sortable
|
||||
{
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue