summaryrefslogtreecommitdiff
path: root/sublab_project/static/css/sublab.css
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2012-01-11 09:49:53 +0100
committerChristian Franke <nobody@nowhere.ws>2012-01-11 09:49:53 +0100
commit9a94e0095a51981cc668ac0269667a307c45923c (patch)
tree76a92a43a24b0a7b376912e310353677c746c074 /sublab_project/static/css/sublab.css
parentfff2edd3a10a7f9585d4a734740420256246b9b5 (diff)
add network_monitor
Diffstat (limited to 'sublab_project/static/css/sublab.css')
-rw-r--r--sublab_project/static/css/sublab.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css
index 9c5fa43..756f312 100644
--- a/sublab_project/static/css/sublab.css
+++ b/sublab_project/static/css/sublab.css
@@ -283,6 +283,18 @@ span.header {
margin-right: 10px;
}
+span.green {
+ color: #00FF00;
+}
+
+span.grey {
+ color: #222222;
+}
+
+span.red {
+ color: #FF0000;
+}
+
.member {
line-height: 20px;
font-weight: bold;