www-thermferm/css/style.css

changeset 134
f05601490415
parent 122
e57043423e72
child 137
e4518fd9b626
equal deleted inserted replaced
133:345307762220 134:f05601490415
27 font-size: 12px; 27 font-size: 12px;
28 margin: 0px; 28 margin: 0px;
29 } 29 }
30 30
31 31
32 #header button.script-status {
33 margin:10px;
34 }
35
36 #jqxWidget { 32 #jqxWidget {
37 width: 980px; 33 width: 980px;
38 height: 510px; 34 height: 510px;
39 float: left; 35 float: left;
40 } 36 }
41 37
42 #header { 38 #header {
43 width: 980px; 39 width: 978px;
44 height: 80px; 40 height: 78px;
45 float: left; 41 float: left;
42 border: 1px solid #4297d7;
43 border-radius: 5px 5px 5px 5px;
44 background: #5c9ccc url(../jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
45 color: #ffffff;
46 font-weight: bold;
47 }
48
49 #content {
50 width: 978px;
51 height: 428px;
52 float: left;
53 border: 1px solid;
54 border-color: #aaa;
55 border-radius: 5px 5px 5px 5px;
56 }
57
58 #errors {
59 height: 60px;
60 width: 978px;
61 float: left;
62 color: #ff0000;
63 }
64
65 #etable {
66 height: 360px;
67 width: 978px;
68 float: left;
69 }
70
71 table.setup {
72 margin-left: auto;
73 margin-right: auto;
74 border-collapse: collapse;
75 }
76
77 tr.setup:nth-child(odd) {
78 background: #FFFFFF;
79 }
80
81 tr.setup:nth-child(even) {
82 background: #CCFFFF;
83 }
84
85 td.setup {
86 padding: 1px 3px 1px 3px;
46 } 87 }
47 88
48 #jqxTabs { 89 #jqxTabs {
49 width: 980px; 90 width: 980px;
50 height: 440px; 91 height: 440px;
51 float: left; 92 float: left;
52 } 93 }
53
54 94
55 #fermentor { 95 #fermentor {
56 height: 382px; 96 height: 382px;
57 width: 968px; 97 width: 968px;
58 background: #fff; 98 background: #fff;

mercurial