CC-2453:Make textarea non resizable

- fixed
This commit is contained in:
james 2011-06-27 09:55:39 -04:00
parent 4a478117c6
commit 396bfd5f8d
1 changed files with 1 additions and 2 deletions

View File

@ -1771,13 +1771,12 @@ label span {
margin:0;
width:100%;
line-height:180%;
resize: none;
}
#show_what_sending textarea:focus {
border:none;
}
#show_what_sending dl {
height:180px;
overflow:scroll;
overflow-x: hidden;
}