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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 4 Rev 22
1 * { 1 * {
2 font-size: 11pt; 2 font-size: 11pt;
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;
13 box-sizing: content-box; 14 box-sizing: content-box;
14 padding: 1em; 15 padding: 1em;
15 background-image: url(bg.gif); 16 background-image: url(bg.gif);
16 background-position: bottom right; 17 background-position: bottom right;
17 background-repeat: no-repeat; 18 background-repeat: no-repeat;
18 -webkit-box-shadow:inset 1px 1px 10px 2px #FFF2A1; 19 -webkit-box-shadow:inset 1px 1px 10px 2px #FFF2A1;
19 box-shadow:inset 1px 1px 10px 2px #FFF2A1; 20 box-shadow:inset 1px 1px 10px 2px #FFF2A1;
20 } 21 }
21   22