www-thermferm/css/style.css

changeset 258
e02393b29733
parent 225
b18b06c17a80
child 269
dc88583a068d
equal deleted inserted replaced
257:abdba3f9d9e2 258:e02393b29733
191 * +------------------------------------+ 191 * +------------------------------------+
192 */ 192 */
193 193
194 #fermentor_panel_top { 194 #fermentor_panel_top {
195 width: 236px; 195 width: 236px;
196 height: 156px; 196 height: 170px;
197 float: right; 197 float: right;
198 background-color: #eee; 198 background-color: #eee;
199 border: 2px solid; 199 border: 2px solid;
200 border-color: #888; 200 border-color: #888;
201 border-radius: 5px 5px 5px 5px; 201 border-radius: 5px 5px 5px 5px;
202 margin-bottom: 5px; 202 margin-bottom: 5px;
203 } 203 }
204 204
205 #fermentor_selector { 205 #fermentor_selector {
206 width: 88px; 206 width: 88px;
207 height: 156px; 207 height: 170px;
208 float: left; 208 float: left;
209 } 209 }
210 210
211 input.select { 211 input.select {
212 margin-left: 10px; 212 margin-left: 10px;
213 margin-top: 10px; 213 margin-top: 13px;
214 } 214 }
215 215
216 #fermentor_powerled { 216 #fermentor_powerled {
217 width: 38px; 217 width: 38px;
218 height: 36px; 218 height: 30px;
219 float: left; 219 float: left;
220 text-align: center; 220 text-align: center;
221 margin-top: 10px; 221 margin-top: 10px;
222 margin-left: 90px; 222 margin-left: 90px;
223 } 223 }
224 224
225 #fermentor_mode_control { 225 #fermentor_mode_control {
226 width: 148px; 226 width: 148px;
227 height: 100px; 227 height: 110px;
228 float: left; 228 float: left;
229 margin-top: 10px; 229 margin-top: 10px;
230 background-color: #ddd; 230 background-color: #ddd;
231 } 231 }
232 232
266 margin-top: 7px; 266 margin-top: 7px;
267 } 267 }
268 268
269 #fermentor_panel_control { 269 #fermentor_panel_control {
270 width: 236px; 270 width: 236px;
271 height: 136px; 271 height: 120px;
272 float: right; 272 float: right;
273 background-color: #eee; 273 background-color: #eee;
274 border: 2px solid; 274 border: 2px solid;
275 border-color: #888; 275 border-color: #888;
276 border-radius: 5px 5px 5px 5px; 276 border-radius: 5px 5px 5px 5px;
433 width: 12px; 433 width: 12px;
434 height: 12px; 434 height: 12px;
435 background-color: #137; 435 background-color: #137;
436 border-radius: 50%; 436 border-radius: 50%;
437 box-shadow: #024 0 0px 1px 1px; 437 box-shadow: #024 0 0px 1px 1px;
438 /* , inset #006 0 -1px 9px, #06F 0 2px 12px; */ 438 }
439 } 439
440

mercurial