X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=web%2FMonitorWeb%2Fmonitorweb%2Fstatic%2Fcss%2Fstyle.css;h=4367a0a06974b57ee1a6eae917041f36e2925d55;hb=c9d06f3b274ecbc092a0b3eb1f5ceb6c0f734aad;hp=df071849928eecfaff899871c5785130fa275719;hpb=c678c008f0c3a10947b38880e52005a856e1b122;p=monitor.git diff --git a/web/MonitorWeb/monitorweb/static/css/style.css b/web/MonitorWeb/monitorweb/static/css/style.css index df07184..4367a0a 100644 --- a/web/MonitorWeb/monitorweb/static/css/style.css +++ b/web/MonitorWeb/monitorweb/static/css/style.css @@ -17,10 +17,10 @@ tr.even td {background-color:#fff;} #header { height: 40px; - width: 780px; + /*width: 780px;*/ /*background: blue URL('../images/header_inner.png') no-repeat;*/ - border-left: 1px solid #aaa; - border-right: 1px solid #aaa; + /*border-left: 1px solid #aaa;*/ + /*border-right: 1px solid #aaa;*/ margin: 0 auto 0 auto; text-align: center; font-size: 180%; @@ -102,9 +102,16 @@ a.right { float: right; } #status-error { background-color: indianred; } #status-none { background-color: white; } +#site-new { background-color: gold; } #site-good { background-color : darkseagreen; } +#site-online { background-color : lightgreen; } +#site-offline { background-color: red; } #site-down { background-color: indianred; } +/*#site-0 { background-color : white; }*/ +#site-1 { background-color: gold; } +#site-2 { background-color: indianred; } + #node-BOOT { background-color: darkseagreen; } #node-DOWN { background-color: indianred; } #node-DEBUG { background-color: gold; } @@ -182,7 +189,7 @@ h2 { } #footer { - border: 1px solid #aaa; + /*border: 1px solid #aaa;*/ border-top: 0px none; color: #999; background-color: white;