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

Updated alternate interface to look nicer based on changes by Zimi

This commit is contained in:
azammitdcarf
2011-10-09 23:58:41 +00:00
parent 0eaea2b9cf
commit 7534abaf7a
34 changed files with 3683 additions and 2866 deletions

34
css/status_interface2.css Normal file
View File

@@ -0,0 +1,34 @@
.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;
}