constrain textarea resizing to vertical

This commit is contained in:
joshua stein 2014-03-24 18:54:52 -05:00
parent 8eb8cc063c
commit f647e62f5f

View file

@ -93,20 +93,16 @@ pre {
/* default form styling */ /* default form styling */
input, input,
select,
button, button,
select,
textarea { textarea {
color: #555; color: #555;
line-height: 1.2em; line-height: 1.2em;
padding: 3px 5px;
} }
textarea { textarea {
line-height: 1.35em; line-height: 1.35em;
} resize: vertical;
input,
button,
select,
textarea {
padding: 3px 5px;
} }
input[type="text"], input[type="text"],
input[type="search"], input[type="search"],