add: fridges view, fridge+sensor class, plot function, generator for test data
This commit is contained in:
@@ -122,4 +122,38 @@ input[type=button], input[type=submit], input[type=reset] {
|
||||
text-decoration: none;
|
||||
margin: 8px 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* SECTION: FRIDGE */
|
||||
|
||||
div.fridge { background-color:#FFCC00;
|
||||
margin:20px;
|
||||
padding:10px;
|
||||
padding-left:15px;
|
||||
padding-right:15px;
|
||||
padding-bottom:20px;
|
||||
border-radius:5px;
|
||||
border:4px solid black;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.fridge_top { color:black;
|
||||
padding:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.fridge_bottom { background-color:#AACCFF;
|
||||
padding:2px;
|
||||
border-radius:4px;
|
||||
border:3px solid black;
|
||||
}
|
||||
|
||||
div.fridge_sensor { background-color:#E3E6FF; /*#CCEFFF;*/
|
||||
text-align:center;
|
||||
min-height: 170px;
|
||||
padding:3px;
|
||||
border-radius:2px;
|
||||
border:1px;
|
||||
border-color:#CCCCCC;
|
||||
margin: 3px
|
||||
}
|
||||
Reference in New Issue
Block a user