fix textareas

This commit is contained in:
jomo
2014-05-01 18:01:10 +02:00
parent 4774ebbb25
commit 477112ec0b
7 changed files with 6 additions and 15 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/* CSS for Phones only */
@media only screen
and (max-width: 700px)
@media only screen and (max-width: 700px)
{
th, td {
-8
View File
@@ -459,17 +459,9 @@ textarea {
height: 75px;
}
&.full-width {
width: 100%;
}
&.vertical {
resize: vertical;
}
&.horizontal {
resize: horizontal;
}
}
tr.spacer {