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

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