Toderp side list

This commit is contained in:
Max Lynch
2013-10-09 15:45:53 -05:00
parent 6834d22a16
commit 57333bb714
11 changed files with 155 additions and 40 deletions

42
dist/ionic.css vendored
View File

@@ -389,7 +389,8 @@ body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-tap-highlight-color: transparent; }
-webkit-tap-highlight-color: transparent;
-webkit-user-drag: none; }
.view-full {
position: fixed;
@@ -1023,7 +1024,6 @@ address {
position: relative;
display: block;
margin-bottom: -1px;
padding: 15px 15px;
background-color: white;
border: 1px solid #dddddd; }
.list-item:last-child {
@@ -1048,6 +1048,9 @@ address {
color: #333333;
background-color: white;
border-color: #333333; }
.list-item.list-item-default.active .list-item-content, .list-item.list-item-default:active .list-item-content {
background-color: white;
color: #333333; }
.list-item.list-item-secondary {
/*
color: $color;
@@ -1058,6 +1061,9 @@ address {
color: #333333;
background-color: white;
border-color: #333333; }
.list-item.list-item-secondary.active .list-item-content, .list-item.list-item-secondary:active .list-item-content {
background-color: white;
color: #333333; }
.list-item.list-item-primary {
/*
color: $color;
@@ -1068,6 +1074,9 @@ address {
color: white;
background-color: #4a87ee;
border-color: #333333; }
.list-item.list-item-primary.active .list-item-content, .list-item.list-item-primary:active .list-item-content {
background-color: #4a87ee;
color: white; }
.list-item.list-item-info {
/*
color: $color;
@@ -1078,6 +1087,9 @@ address {
color: white;
background-color: #43cee6;
border-color: #333333; }
.list-item.list-item-info.active .list-item-content, .list-item.list-item-info:active .list-item-content {
background-color: #43cee6;
color: white; }
.list-item.list-item-success {
/*
color: $color;
@@ -1088,6 +1100,9 @@ address {
color: white;
background-color: #66cc33;
border-color: #333333; }
.list-item.list-item-success.active .list-item-content, .list-item.list-item-success:active .list-item-content {
background-color: #66cc33;
color: white; }
.list-item.list-item-warning {
/*
color: $color;
@@ -1098,6 +1113,9 @@ address {
color: white;
background-color: #f0b840;
border-color: #333333; }
.list-item.list-item-warning.active .list-item-content, .list-item.list-item-warning:active .list-item-content {
background-color: #f0b840;
color: white; }
.list-item.list-item-danger {
/*
color: $color;
@@ -1108,6 +1126,9 @@ address {
color: white;
background-color: #ef4e3a;
border-color: #333333; }
.list-item.list-item-danger.active .list-item-content, .list-item.list-item-danger:active .list-item-content {
background-color: #ef4e3a;
color: white; }
.list-item.list-item-dark {
/*
color: $color;
@@ -1118,6 +1139,9 @@ address {
color: white;
background-color: #444444;
border-color: #333333; }
.list-item.list-item-dark.active .list-item-content, .list-item.list-item-dark:active .list-item-content {
background-color: #444444;
color: white; }
a.list-item {
color: #333333;
@@ -1126,20 +1150,20 @@ a.list-item {
text-decoration: none; }
.list-item-content {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
position: relative;
background-color: #fff;
z-index: 1;
background-color: white;
-webkit-transition: left 1s ease-in-out, right 1s ease-in-out; }
padding: 15px 15px;
-webkit-transition: left 0.2s ease-in-out; }
.list-item-buttons {
position: absolute;
z-index: 0;
right: 0;
top: 0; }
.list-item-buttons .button {
border-radius: 0;
border: none; }
.list-divider {
padding: 5px 15px;