From 9a94e0095a51981cc668ac0269667a307c45923c Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 11 Jan 2012 09:49:53 +0100 Subject: add network_monitor --- sublab_project/static/css/sublab.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sublab_project/static/css/sublab.css') 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; -- cgit v1.2.1