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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 22 Rev 45
Line 1... Line 1...
1 * { 1 * {
2 font-size: 11pt; 2 font-size: 11pt;
3 } 3 }
4   -  
5 .ui-tabs .ui-tabs-panel { -  
6 padding: 8pt !important; -  
7 } -  
8   -  
9 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { -  
10 font-size: 11pt; -  
11 font-weight: normal; -  
12 } -  
13   -  
14 #dialog label, -  
15 #dialog input { -  
16 display: block; -  
17 } -  
18   -  
19 #dialog label { -  
20 margin-top: 0.5em; -  
21 } -  
22   -  
23 #dialog input, -  
24 #dialog textarea { -  
25 width: 95%; -  
26 } -  
27   -  
28 #tabs { -  
29 margin-top: 1em; -  
30 } -  
31   -  
32 #tabs li .ui-icon-close { -  
33 float: left; -  
34 margin: 0.4em 0.2em 0 0; -  
35 cursor: pointer; -  
36 } -  
37   -  
38 #add_tab { -  
39 cursor: pointer; -  
40 } -  
41   -  
42 textarea { 4 textarea {
43 width: 640px; -  
44 /* height: 120px; */ -  
45 resize: none; -  
46 overflow: hidden; -  
47 border: 1px solid #cccccc; -  
48 -webkit-border-radius: 1px 1px 1px 1px; -  
49 border-radius: 1px 1px 1px 1px; -  
50 -moz-box-sizing: content-box; -  
51 -webkit-box-sizing: content-box; -  
52 box-sizing: content-box; -  
53 padding: 1em; -  
54 /*background-image: url(bg.gif); 5 background-image: url(../img/background.png) !important;
55 background-position: bottom right; -  
56 background-repeat: no-repeat; */ 6 background-repeat: repeat;
57 -webkit-box-shadow:inset 1px 1px 10px 2px #FFF2A1; -  
58 box-shadow:inset 1px 1px 10px 2px #FFF2A1; -  
59 } 7 }