Better drag interface, start of reorder dragging

This commit is contained in:
Max Lynch
2013-10-11 17:44:07 -05:00
parent 1839797a24
commit 7496347f6b
7 changed files with 383 additions and 304 deletions

8
dist/css/ionic.css vendored
View File

@@ -1245,7 +1245,7 @@ sub {
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid silver; }
border: 1px solid #c0c0c0; }
/**
* 1. Correct `color` not being inherited in IE 8/9.
@@ -2468,7 +2468,7 @@ select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333333;
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
@@ -2802,7 +2802,7 @@ input[type="checkbox"][readonly] {
border: none;
background: none; }
.button.button-icon:active, .button.button-icon.active {
text-shadow: 0px 0px 10px white;
text-shadow: 0px 0px 10px #fff;
box-shadow: none;
background: none; }
@@ -2985,7 +2985,7 @@ a.button {
width: 100%;
background-color: white;
border-radius: 2px;
border: 1px solid #dddddd; }
border: 1px solid #ddd; }
.card-header {
padding: 10px;