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

8
dist/css/ionic.css vendored
View File

@@ -2022,6 +2022,7 @@ address {
.list {
margin-bottom: 20px;
padding-left: 0;
position: relative;
color: #333333;
background-color: white;
border-color: #dddddd; }
@@ -2208,6 +2209,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.