diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-11 09:49:53 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-11 09:49:53 +0100 |
commit | 9a94e0095a51981cc668ac0269667a307c45923c (patch) | |
tree | 76a92a43a24b0a7b376912e310353677c746c074 /sublab_project/static/css | |
parent | fff2edd3a10a7f9585d4a734740420256246b9b5 (diff) |
add network_monitor
Diffstat (limited to 'sublab_project/static/css')
-rw-r--r-- | sublab_project/static/css/sublab.css | 12 |
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; |