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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 22
Line 3... Line 3...
3 } 3 }
4 textarea { 4 textarea {
5 width: 640px; 5 width: 640px;
6 /* height: 120px; */ 6 /* height: 120px; */
7 resize: none; 7 resize: none;
-   8 overflow: hidden;
8 border: 1px solid #cccccc; 9 border: 1px solid #cccccc;
9 -webkit-border-radius: 1px 1px 1px 1px; 10 -webkit-border-radius: 1px 1px 1px 1px;
10 border-radius: 1px 1px 1px 1px; 11 border-radius: 1px 1px 1px 1px;
11 -moz-box-sizing: content-box; 12 -moz-box-sizing: content-box;
12 -webkit-box-sizing: content-box; 13 -webkit-box-sizing: content-box;