X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=web%2FMonitorWeb%2Fmonitorweb%2Fstatic%2Fcss%2Fstyle.css;h=ac85b3319a430e9844dd5dbdc99875c105a64bdd;hb=28e240eb7def09d695bff401226193faffbbd59a;hp=d3a365c59f207bed44302b4c73950056b7423b1a;hpb=3f4df5945bbfb4592a164d929cf22c31d5fba50e;p=monitor.git diff --git a/web/MonitorWeb/monitorweb/static/css/style.css b/web/MonitorWeb/monitorweb/static/css/style.css index d3a365c..ac85b33 100644 --- a/web/MonitorWeb/monitorweb/static/css/style.css +++ b/web/MonitorWeb/monitorweb/static/css/style.css @@ -108,6 +108,9 @@ a.right { float: right; } #site-offline { background-color: red; } #site-down { background-color: indianred; } +#site-True { background-color : darkseagreen; } +#site-False { background-color: indianred; } + #node-online { background-color : lightgreen; } #node-good { background-color : darkseagreen; } #node-offline { background-color: red; } @@ -118,7 +121,7 @@ a.right { float: right; } #pcu-offline { background-color: red; } #pcu-down { background-color: indianred; } -/*#site-0 { background-color : white; }*/ +#site-0 { background-color : darkseagreen ; } #site-1 { background-color: gold; } #site-2 { background-color: indianred; }