www-thermferm/css/style.css

changeset 195
b34a1b2421fb
parent 174
244de612c572
child 208
934d45d9751d
equal deleted inserted replaced
194:9eaaba49450f 195:b34a1b2421fb
144 float: left; 144 float: left;
145 } 145 }
146 146
147 /* 147 /*
148 * +-------------panel_top--------------+ 148 * +-------------panel_top--------------+
149 * |+----------------------++----------+| 149 * |+----------------++----------------+|
150 * || || || 150 * || || powerled ||
151 * || selector || powerled || 151 * || selector |+----------------+|
152 * || || || 152 * || |+----------------+|
153 * |+----------------------++----------+| 153 * || || mode_control ||
154 * |+----------------++----------------+|
154 * +------------------------------------+ 155 * +------------------------------------+
155 * +-----------panel_display------------+ 156 * +-----------panel_display------------+
156 * |+----------++----------++----------+| 157 * |+----------++----------++----------+|
157 * || display1 || display2 || display3 || 158 * || display1 || display2 || display3 ||
158 * |+----------++----------++----------+| 159 * |+----------++----------++----------+|
177 border-radius: 5px 5px 5px 5px; 178 border-radius: 5px 5px 5px 5px;
178 margin-bottom: 5px; 179 margin-bottom: 5px;
179 } 180 }
180 181
181 #fermentor_selector { 182 #fermentor_selector {
182 width: 158px; 183 width: 88px;
183 height: 156px; 184 height: 156px;
184 float: left; 185 float: left;
185 } 186 }
186 187
187 input.select { 188 input.select {
188 margin-left: 10px; 189 margin-left: 10px;
189 margin-top: 10px; 190 margin-top: 10px;
190 } 191 }
191 192
192 #fermentor_powerled { 193 #fermentor_powerled {
193 width: 78px; 194 width: 38px;
194 height: 56px; 195 height: 36px;
195 float: left; 196 float: left;
196 text-align: center; 197 margin-top: 10px;
197 margin-top: 10px; 198 margin-left: 110px;
199 }
200
201 #fermentor_mode_control {
202 width: 148px;
203 height: 100px;
204 float: left;
205 margin-top: 10px;
206 background-color: #ddd;
198 } 207 }
199 208
200 209
201 #fermentor_panel_display { 210 #fermentor_panel_display {
202 width: 236px; 211 width: 236px;

mercurial