corrade-http-templates – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 eva 1 * {
2 font-size: 11pt;
3 }
4 textarea {
5 width: 640px;
6 /* height: 120px; */
7 resize: none;
8 border: 1px solid #cccccc;
9 -webkit-border-radius: 1px 1px 1px 1px;
10 border-radius: 1px 1px 1px 1px;
11 -moz-box-sizing: content-box;
12 -webkit-box-sizing: content-box;
13 box-sizing: content-box;
14 padding: 1em;
15 background-image: url(bg.gif);
16 background-position: bottom right;
17 background-repeat: no-repeat;
18 -webkit-box-shadow:inset 1px 1px 10px 2px #FFF2A1;
19 box-shadow:inset 1px 1px 10px 2px #FFF2A1;
20 }