raumstatus/node/public/css/style.css
Lucas Pleß 82f8867161 added user-count history api (just demo-data)
added rickshaw graph using that user-count api
2013-10-22 01:40:57 +02:00

30 lines
No EOL
447 B
CSS

.status-icon {
width: 128px;
height: 128px;
display: block;
}
.status-icon-false {
background-image: url("/img/red.png");
}
.status-icon-true {
background-image: url("/img/green.png");
}
.status-icon-unknown {
background-image: url("/img/yellow.png");
}
h2 {
font-weight: bold;
color: #555;
font-size: 13pt;
margin-bottom: 0.7em;
}
#graph {
max-width: 400px;
height: 200px;
margin-top: 0;
}