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

@@ -935,6 +935,7 @@ address {
.list {
margin-bottom: 20px;
padding-left: 0;
position: relative;
color: #333333;
background-color: white;
border-color: #dddddd; }
@@ -1121,6 +1122,13 @@ a.list-item {
.list-item-sliding {
-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.