Merge branch 'touch-support' of github.com:iambrandontaylor/django-admin-sortable into touch-support
commit
d594dbaf62
|
|
@ -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 New Issue