2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/css/status_interface2.css

35 lines
543 B
CSS

.statusbox {
padding: 1px 1px;
margin: 1px;
border: 1px solid #778;
text-decoration: none;
color: black;
float: left;
text-align: center;
clear: both;
}
.statusbutton {
padding: 1px 1px;
margin: 1px;
border: 1px solid #778;
text-decoration: none;
color: black;
text-align: center;
float: left;
}
.online {
background: #00FF00;
}
.offline {
background: #FF0000;
}
.tobecoded {
background: orange;
}
.text {
float: left;
font-size:14px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}