From c10a79daaec8e9a872f2f2bea23f701424e3c83c Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 14 Nov 2012 05:22:18 -0500 Subject: [PATCH] CGI-related changes? I think this may be the result of some package upgrade --- apache2.conf | 6 +++++- stylesheets/avail.css | 10 +++++----- stylesheets/checksanity.css | 8 ++++---- stylesheets/cmd.css | 6 +++--- stylesheets/config.css | 4 ++-- stylesheets/extinfo.css | 18 +++++++++--------- stylesheets/histogram.css | 4 ++-- stylesheets/history.css | 4 ++-- stylesheets/ministatus.css | 10 +++++----- stylesheets/notifications.css | 6 +++--- stylesheets/outages.css | 4 ++-- stylesheets/showlog.css | 2 +- stylesheets/status.css | 10 +++++----- stylesheets/statusmap.css | 4 ++-- stylesheets/summary.css | 10 +++++----- stylesheets/tac.css | 2 +- stylesheets/trends.css | 4 ++-- 17 files changed, 58 insertions(+), 54 deletions(-) diff --git a/apache2.conf b/apache2.conf index c734322..0affebd 100644 --- a/apache2.conf +++ b/apache2.conf @@ -30,7 +30,7 @@ Alias /nagios3 /usr/share/nagios3/htdocs Options FollowSymLinks - DirectoryIndex index.html + DirectoryIndex index.php index.html AllowOverride AuthConfig Order Allow,Deny @@ -44,6 +44,10 @@ Alias /nagios3 /usr/share/nagios3/htdocs require valid-user + + Options +ExecCGI + + # Enable this ScriptAlias if you want to enable the grouplist patch. # See http://apan.sourceforge.net/download.html for more info # It allows you to see a clickable list of all hostgroups in the diff --git a/stylesheets/avail.css b/stylesheets/avail.css index bff72e5..b9c6bfc 100644 --- a/stylesheets/avail.css +++ b/stylesheets/avail.css @@ -5,12 +5,12 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .reportRange { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } .reportDuration { font-family: arial,serif; text-align: center; font-size: 8pt; } @@ -18,13 +18,13 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .dataOdd { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; } .dataEven { font-family: arial,serif; font-size: 10pt; background-color: #C4C2C2; } .optionBoxTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -.optionBox { font-family: arial,serif; font-size: 10pt; background-color: #EEEEF4; padding: 2; } +.optionBox { font-family: arial,serif; font-size: 10pt; background-color: #EEEEF4; padding: 2px; } .hostUP { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #33FF00; font-weight: bold; } .hostDOWN { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #F83838; font-weight: bold; } @@ -49,7 +49,7 @@ TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; .reportSelectSubTitle { font-family: arial,serif; text-align: right; font-size: 10pt; } .reportSelectItem { font-family: arial,serif; text-align: left; font-size: 8pt; } -TABLE.logEntries { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 3; } +TABLE.logEntries { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 3px; } TH.logEntries { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .logEntriesEven { font-family: arial,serif; font-size: 8pt; background-color: white; text-align: left; background-color: #C4C2C2; color: black; } .logEntriesOdd { font-family: arial,serif; font-size: 8pt; background-color: white; text-align: left; background-color: #DBDBDB; color: black; } diff --git a/stylesheets/checksanity.css b/stylesheets/checksanity.css index c2534dc..c82ee46 100644 --- a/stylesheets/checksanity.css +++ b/stylesheets/checksanity.css @@ -6,12 +6,12 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; align: center; } .infoMessage { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; align: center; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .Title { font-family: arial,serif; font-size: large; text-align: center; font-weight: bold; } .SectionTitle { font-family: arial,serif; font-size: 12pt; text-align: center; font-weight: bold; } @@ -19,8 +19,8 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .optBox { font-family: arial narrow,serif; font-size: 10pt; font-weight: bold; } .optBoxItem { font-family: arial,serif; font-size: 8pt; font-weight: bold; color: red; } -.DynamicData { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } -.StaticData { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +.DynamicData { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } +.StaticData { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } .TableHeader { font-family: arial,serif; font-size: 10pt; background-color: #999797; color: #DCE5C1; text-align: left; font-weight: bold; } .Item { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #C4C2C2; font-weight: bold; } diff --git a/stylesheets/cmd.css b/stylesheets/cmd.css index 7993b75..c4c872b 100644 --- a/stylesheets/cmd.css +++ b/stylesheets/cmd.css @@ -6,17 +6,17 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } .infoMessage { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } .cmdType { font-family: arial,serif; font-size: 10pt; font-weight: bold; text-align: center; color: red; } -.commandDescription { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #DBDBDB; padding: 5; } +.commandDescription { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #DBDBDB; padding: 5px; } .descriptionTitle { font-family: arial,serif; font-size: 10pt; text-align: center; font-weight: bold; } -.optBox { font-family: arial,serif; font-size: 8pt; text-align: left; padding: 5; background-color: #C4C2C2; padding: 5; } +.optBox { font-family: arial,serif; font-size: 8pt; text-align: left; padding: 5px; background-color: #C4C2C2; padding: 5; } .optBoxTitle { font-family: arial,serif; font-size: 10pt; text-align: center; font-weight: bold; } .optBoxItem { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #C4C2C2; } .optBoxRequiredItem { font-family: arial,serif; font-size: 10pt; text-align: left; color: red; background-color: #C4C2C2; } diff --git a/stylesheets/config.css b/stylesheets/config.css index 7c68442..3f86448 100644 --- a/stylesheets/config.css +++ b/stylesheets/config.css @@ -5,14 +5,14 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -TABLE.data { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2; } +TABLE.data { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2px; } TH.data { font-family: arial,serif; font-size: 8pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .dataOdd { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } .dataEven { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; } diff --git a/stylesheets/extinfo.css b/stylesheets/extinfo.css index ff86dd7..e4f1167 100644 --- a/stylesheets/extinfo.css +++ b/stylesheets/extinfo.css @@ -5,36 +5,36 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } DIV.dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } DIV.data { font-family: arial,serif; text-align: center; font-size: 12pt; } DIV.perfTypeTitle { font-family: arial,serif; text-align: right; font-weight: bold; font-size: 10pt; } -TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .dataOdd { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; } .dataEven { font-family: arial,serif; font-size: 10pt; background-color: #C4C2C2; } .optionBoxTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -.optionBox { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; padding: 2; } +.optionBox { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; padding: 2px; } .commandTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -TABLE.command { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; padding: 3; } -.command { font-family: arial,serif; font-size: 10pt; padding: 2; } +TABLE.command { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; padding: 3px; } +.command { font-family: arial,serif; font-size: 10pt; padding: 2px; } .commentTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } DIV.commentNav { font-family: arial,serif; font-size: 10pt; text-align: center; } A.commentNav { font-family: arial,serif; font-size: 10pt; } -TABLE.comment { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.comment { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.comment { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .commentOdd { font-family: arial,serif; font-size: 9pt; background-color: #DBDBDB; } .commentEven { font-family: arial,serif; font-size: 9pt; background-color: #C4C2C2; } @@ -44,7 +44,7 @@ DIV.comment,A.comment { font-family: arial,serif; font-size: 10pt; background- DIV.downtimeNav { font-family: arial,serif; font-size: 10pt; text-align: center; } A.downtimeNav { font-family: arial,serif; font-size: 10pt; } -TABLE.downtime { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.downtime { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.downtime { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .downtimeOdd { font-family: arial,serif; font-size: 9pt; background-color: #DBDBDB; } .downtimeEven { font-family: arial,serif; font-size: 9pt; background-color: #C4C2C2; } @@ -97,7 +97,7 @@ TH.downtime { font-family: arial,serif; font-size: 10pt; background-color: whi .queueTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -TABLE.queue { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.queue { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.queue { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .queueOdd { font-family: arial,serif; font-size: 9pt; background-color: #DBDBDB; } .queueEven { font-family: arial,serif; font-size: 9pt; background-color: #C4C2C2; } diff --git a/stylesheets/histogram.css b/stylesheets/histogram.css index 3ccda17..2e08881 100644 --- a/stylesheets/histogram.css +++ b/stylesheets/histogram.css @@ -7,12 +7,12 @@ .helpfulHints { font-family: arial,serif; text-align: center; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } diff --git a/stylesheets/history.css b/stylesheets/history.css index 83efa62..d3ef380 100644 --- a/stylesheets/history.css +++ b/stylesheets/history.css @@ -5,12 +5,12 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } diff --git a/stylesheets/ministatus.css b/stylesheets/ministatus.css index cd54fa6..0e2ebb4 100644 --- a/stylesheets/ministatus.css +++ b/stylesheets/ministatus.css @@ -6,12 +6,12 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } .infoMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .filter { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } .filterTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; background-color: #DBDBDB; } @@ -21,7 +21,7 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .statusTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .statusSort { font-family: arial,serif; font-size: 8pt; } -TABLE.status { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2; } +TABLE.status { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2px; } TH.status { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #999797; color: #DCE5C1; } DIV.status { font-family: arial,serif; font-size: 10pt; text-align: center; } .statusOdd { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } @@ -46,7 +46,7 @@ DIV.status { font-family: arial,serif; font-size: 10pt; text-align: center; } .statusBGUNREACHABLE { font-family: arial,serif; font-size: 8pt; background-color: #FFBBBB; } DIV.serviceTotals { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -TABLE.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.serviceTotals,A.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: center; background-color: #999797; color: #DCE5C1; } TD.serviceTotals { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #e9e9e9; } @@ -59,7 +59,7 @@ TD.serviceTotals { font-family: arial,serif; font-size: 8pt; text-align: cente DIV.hostTotals { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -TABLE.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.hostTotals,A.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: center; background-color: #999797; color: #DCE5C1; } TD.hostTotals { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #e9e9e9; } diff --git a/stylesheets/notifications.css b/stylesheets/notifications.css index 290e7b5..12268a3 100644 --- a/stylesheets/notifications.css +++ b/stylesheets/notifications.css @@ -5,12 +5,12 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } @@ -22,7 +22,7 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .optBox { font-family: arial narrow,serif; font-size: 10pt; font-weight: bold; } .optBoxItem { font-family: arial,serif; font-size: 8pt; font-weight: bold; color: red; } -TABLE.notifications { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 5; } +TABLE.notifications { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 5px; } TH.notifications { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .notificationsOdd { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } .notificationsEven { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; } diff --git a/stylesheets/outages.css b/stylesheets/outages.css index dc2b4ce..5aa0ee2 100644 --- a/stylesheets/outages.css +++ b/stylesheets/outages.css @@ -6,7 +6,7 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } .infoMessage { font-family: arial,serif; text-align: center; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } @@ -14,7 +14,7 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .itemTotalsTitle { font-family: arial,serif; font-size: 8pt; text-align: center; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .dataOdd { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; } .dataEven { font-family: arial,serif; font-size: 10pt; background-color: #C4C2C2; } diff --git a/stylesheets/showlog.css b/stylesheets/showlog.css index 3e4bd5b..b1bd8e3 100644 --- a/stylesheets/showlog.css +++ b/stylesheets/showlog.css @@ -5,7 +5,7 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } diff --git a/stylesheets/status.css b/stylesheets/status.css index 05aba83..ed48c86 100644 --- a/stylesheets/status.css +++ b/stylesheets/status.css @@ -6,12 +6,12 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } .infoMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .filter { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } .filterTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; background-color: #DBDBDB; } @@ -23,7 +23,7 @@ A.homepageURL:Hover { font-family: arial,serif; color: red; } .statusTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .statusSort { font-family: arial,serif; font-size: 8pt; } -TABLE.status { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2; } +TABLE.status { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 2px; } TH.status { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #999797; color: #DCE5C1; } DIV.status { font-family: arial,serif; font-size: 10pt; text-align: center; } .statusOdd { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; } @@ -62,7 +62,7 @@ DIV.status { font-family: arial,serif; font-size: 10pt; text-align: center; } .statusBGUNREACHABLESCHED { font-family: arial,serif; font-size: 8pt; background-color: #FFBBBB; } DIV.serviceTotals { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -TABLE.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.serviceTotals,A.serviceTotals { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: center; background-color: #999797; color: #DCE5C1; } TD.serviceTotals { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #e9e9e9; } @@ -75,7 +75,7 @@ TD.serviceTotals { font-family: arial,serif; font-size: 8pt; text-align: cente DIV.hostTotals { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -TABLE.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.hostTotals,A.hostTotals { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: center; background-color: #999797; color: #DCE5C1; } TD.hostTotals { font-family: arial,serif; font-size: 8pt; text-align: center; background-color: #e9e9e9; } diff --git a/stylesheets/statusmap.css b/stylesheets/statusmap.css index e52d25c..dd57bba 100644 --- a/stylesheets/statusmap.css +++ b/stylesheets/statusmap.css @@ -5,12 +5,12 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .optBox { font-family: arial narrow,serif; font-size: 10pt; font-weight: bold; } .optBoxItem { font-family: arial,serif; font-size: 8pt; font-weight: bold; color: red; } diff --git a/stylesheets/summary.css b/stylesheets/summary.css index f176c35..5ca9d1f 100644 --- a/stylesheets/summary.css +++ b/stylesheets/summary.css @@ -5,24 +5,24 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .reportRange { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } .reportDuration { font-family: arial,serif; text-align: center; font-size: 8pt; } .reportTime { font-family: arial,serif; text-align: center; font-size: 8pt; } -.reportDataEven { font-family: arial,serif; font-size: 8pt; background-color: #B4B5CC; padding: 2; } -.reportDataOdd { font-family: arial,serif; font-size: 8pt; background-color: #CDCEE9; padding: 2; } +.reportDataEven { font-family: arial,serif; font-size: 8pt; background-color: #B4B5CC; padding: 2px; } +.reportDataOdd { font-family: arial,serif; font-size: 8pt; background-color: #CDCEE9; padding: 2px; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .dataSubTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; } +TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2px; } TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } .dataOdd { font-family: arial,serif; font-size: 9pt; background-color: #DBDBDB; } .dataEven { font-family: arial,serif; font-size: 9pt; background-color: #C4C2C2; } diff --git a/stylesheets/tac.css b/stylesheets/tac.css index 1faec75..e5e0582 100644 --- a/stylesheets/tac.css +++ b/stylesheets/tac.css @@ -5,7 +5,7 @@ .errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; color: black; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; color: black; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; color: black; } .infoBoxBadProcStatus { font-family: arial,serif; color: red; } A { font-family: arial,serif; color: black; } diff --git a/stylesheets/trends.css b/stylesheets/trends.css index 27686cd..9255b6f 100644 --- a/stylesheets/trends.css +++ b/stylesheets/trends.css @@ -6,12 +6,12 @@ .warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; } .infoMessage { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; } +.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2px; } .infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; } .infoBoxBadProcStatus { color: red; } A.homepageURL:Hover { font-family: arial,serif; color: red; } -.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; } +.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1px; } .dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; } -- 2.34.1