remove textarea height, fixes

This commit is contained in:
vitalets 2012-12-28 17:05:11 +04:00
parent d56271c021
commit 1d6de6fe71
2 changed files with 1 additions and 4 deletions

@ -4,6 +4,7 @@ X-editable changelog
Version 1.3.1 wip
----------------------------
[enh #57] remove css height for textarea (vitalets)
[enh] if new value for select is 'null' source should not load (vitalets)
[enh #53] 'name' no more appended to source defined as url (vitalets)
[enh #46] move 'img' dir outside 'css' (vitalets)

@ -65,10 +65,6 @@
color: red;
}
.editableform textarea {
height: 150px; /*default height for textarea*/
}
.editableform .editable-date {
padding: 0;
margin: 0;