List item dragging mainly working

This commit is contained in:
Max Lynch
2013-10-14 11:59:44 -05:00
parent cfd8cd3ba5
commit c6d33bfb72
7 changed files with 309 additions and 16 deletions

View File

@@ -3,6 +3,8 @@
margin-bottom: 20px;
padding-left: 0; // reset padding because ul and ol
position: relative;
@include list-style($list-default-background, $list-default-border, $gray-dark);
&.list-success {
@@ -141,6 +143,15 @@ a.list-item {
-webkit-transition: -webkit-transform 0.1s ease-in-out;
}
.list-item-reordering {
position: absolute;
width: 100%;
}
.list-item-placeholder {
opacity: 0.7;
}
/**
* The left-side edit area of a complex list item. This area shows
* whe the list item is in edit mode.