Increase margin between sortable elements in the change list.
This commit is contained in:
@@ -19,10 +19,15 @@
|
|||||||
#sortable ul li
|
#sortable ul li
|
||||||
{
|
{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 8px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sortable ul li:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#sortable .sortable
|
#sortable .sortable
|
||||||
{
|
{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user