Skip to content

Commit

Permalink
Added first part for timer functionality with power switches. This up…
Browse files Browse the repository at this point in the history
…date brings only updates to the webinterface and configuration. The timer functionality is not yet implemented. #72
  • Loading branch information
theyosh committed Jan 25, 2018
1 parent 818868c commit 86910a4
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 441 deletions.
13 changes: 12 additions & 1 deletion static/css/terrariumpi.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ form#profile.edit label{
/* End general overrule */

div.row.sensor,
div.row.switch,
div.row.door,
div.row.webcam{
display: none;
Expand Down Expand Up @@ -212,6 +211,18 @@ div.row.environment_cooler.disabled {
line-height: 1em;
}

.power_switch span.glyphicon-time {
font-size: 0.4em;
position: absolute;
top: 61%;
left: 70%;
background-color: white;
}

.power_switch span.glyphicon-time::before {
margin-left: -5px;
}

.x_title .power_switch {
float: left;
margin: 0.15em 10px 0px 0px;
Expand Down
Loading

0 comments on commit 86910a4

Please sign in to comment.