www-thermferm/css/style.css

changeset 137
e4518fd9b626
parent 134
f05601490415
child 140
1b001de37945
equal deleted inserted replaced
136:264e5ee5abfc 137:e4518fd9b626
54 border-color: #aaa; 54 border-color: #aaa;
55 border-radius: 5px 5px 5px 5px; 55 border-radius: 5px 5px 5px 5px;
56 } 56 }
57 57
58 #errors { 58 #errors {
59 height: 35px;
60 width: 978px;
61 float: left;
62 text-align: center;
63 font-size: 1.5em;
64 margin-top: 10px;
65 color: #ff0000;
66 }
67
68 #etable {
69 height: 320px;
70 width: 978px;
71 float: left;
72 }
73
74 #atable {
59 height: 60px; 75 height: 60px;
60 width: 978px;
61 float: left;
62 color: #ff0000;
63 }
64
65 #etable {
66 height: 360px;
67 width: 978px; 76 width: 978px;
68 float: left; 77 float: left;
69 } 78 }
70 79
71 table.setup { 80 table.setup {
83 } 92 }
84 93
85 td.setup { 94 td.setup {
86 padding: 1px 3px 1px 3px; 95 padding: 1px 3px 1px 3px;
87 } 96 }
97
98 /*
99 * Editor screens
100 */
101 table.editor {
102 margin-left: auto;
103 margin-right: auto;
104 border-collapse: collapse;
105 background-color: #eee;
106 }
107
108 tr.editor {
109 height: 30px;
110 }
111
112 td.editname {
113 width: 150px;
114 padding: 1px 3px 1px 3px;
115 }
116
117 td.editfield {
118 width: 550px;
119 padding: 1px 3px 1px 3px;
120 }
121
88 122
89 #jqxTabs { 123 #jqxTabs {
90 width: 980px; 124 width: 980px;
91 height: 440px; 125 height: 440px;
92 float: left; 126 float: left;

mercurial