nightscout
Version:
Nightscout acts as a web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patients glucose data in realtime.
39 lines • 691 B
CSS
#config-form {
position: fixed;
top: 10px;
left: 10px;
width: 250px;
min-width: 220px;
background: white;
color: black;
opacity: 0.8;
padding: 1%;
font-size: 10px;
}
#config-form p {
margin: 15px;
text-align: left;
}
input.elmt {
width: 120px;
}
select {
width: 100%;
}
#facename {
font-size: 7px;
}
#clocklink {
font-size: 18px;
}
#clocklink:link, #clocklink:visited {
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
#clocklink:hover, #clocklink:active {
background-color: red;
}