corrade-http-templates – Diff between revs 1 and 22

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 22
Line 41... Line 41...
41   41  
42 textarea { 42 textarea {
43 width: 640px; 43 width: 640px;
44 /* height: 120px; */ 44 /* height: 120px; */
-   45 resize: none;
45 resize: none; 46 overflow: hidden;
46 border: 1px solid #cccccc; 47 border: 1px solid #cccccc;
47 -webkit-border-radius: 1px 1px 1px 1px; 48 -webkit-border-radius: 1px 1px 1px 1px;
48 border-radius: 1px 1px 1px 1px; 49 border-radius: 1px 1px 1px 1px;
49 -moz-box-sizing: content-box; 50 -moz-box-sizing: content-box;