list headers/footers

This commit is contained in:
Adam Bradley
2015-07-27 08:31:34 -05:00
parent 84d7f72887
commit d2b730c5e3
9 changed files with 117 additions and 72 deletions

View File

@@ -19,11 +19,6 @@ textarea {
// Form Controls
// -------------------------------
textarea {
height: auto;
padding: 0;
}
.item-input {
// text inputs
@@ -65,6 +60,15 @@ textarea {
}
}
textarea {
height: auto;
padding: 0;
}
.platform-mobile textarea {
resize: none;
}
// Placeholder
// -------------------------------
@@ -92,9 +96,3 @@ input[type="checkbox"][readonly] {
background-color: transparent;
}
.platform-ios,
.platform-android {
textarea {
resize: none;
}
}