Messify everything and updated to flot

This commit is contained in:
chrono
2013-11-29 19:39:11 +01:00
parent 273857b6c8
commit f2edfd57d9
11 changed files with 4281 additions and 489 deletions
+21 -3
View File
@@ -1,7 +1,14 @@
body {
background: #b9b6af;
}
@font-face{
font-family: "LCDN";
src: url('/picoreflow/assets/fonts/LCDN.eot');
src: local("LCD Normal"),
url('/picoreflow/assets/fonts/LCDN.woff') format("woff"),
url('/picoreflow/assets/fonts/LCDN.ttf') format("truetype");
}
body {
background: #b9b6af;
}
.display {
display: inline-block;
@@ -24,6 +31,9 @@ box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000;
border-color: #000000;
}
.ds-num {
font-family: "LCDN";
}
#main_status {
margin-top: 15px;
@@ -81,6 +91,7 @@ background: #3F3E3A;
.progress-bar {
background-color: #75890c;
color: #000;
}
.btn-success {
@@ -120,3 +131,10 @@ border-color: #b92c28;
}
.graph {
width: 100%;
height: 300px;
font-size: 14px;
line-height: 1.2em;
}