Skip to content

Commit 3fb6959

Browse files
committed
newer icons and js fixes
1 parent 0bcbea3 commit 3fb6959

10 files changed

+7492
-44
lines changed

css/pi.css

+19-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body.night {
3535
.progress {
3636
margin: 0.5em 0;
3737
height: 1.5em;
38+
max-width: 100%;
3839
}
3940
.night .progress {
4041
background: #333;
@@ -44,6 +45,9 @@ body.night {
4445
}
4546
.night .progress-meter-text {
4647
color: #111;
48+
}
49+
.progress.alert .progress-meter {
50+
max-width: 370px !important;
4751
}
4852
.night .progress.alert .progress-meter {
4953
background: #660000;
@@ -67,10 +71,11 @@ dl dt {
6771
}
6872
dl dd {
6973
font-size: 1rem;
74+
line-height: 1.4;
7075
}
7176
#weather {
7277
margin-bottom: 0;
73-
margin-top: 1em;
78+
margin-top: 0.8em;
7479
}
7580
#tado {
7681
margin-bottom: 0;
@@ -81,14 +86,25 @@ dl dd {
8186
width: 16px;
8287
vertical-align: baseline;
8388
}
89+
.button.off {
90+
background-color:#c60f13;
91+
color:#fefefe;
92+
}
93+
.button.on {
94+
background-color:#5da423;
95+
color:#0a0a0a;
96+
}
8497
.day .button {
8598
color: #fff !important;
8699
}
87-
.night .button.alert {
100+
.night .button {
101+
background: transparent;
102+
}
103+
.night .button.off {
88104
color: #660000;
89105
border-color: #660000;
90106
}
91-
.night .button.success {
107+
.night .button.on {
92108
color: #005200;
93109
border-color: #005200;
94110
}

0 commit comments

Comments
 (0)