mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Import from DCARF SVN
This commit is contained in:
22
css/status.css
Normal file
22
css/status.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user