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:
34
css/status_interface2.css
Normal file
34
css/status_interface2.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user