CGI-related changes?
authorAlex Dehnert <adehnert@mit.edu>
Wed, 14 Nov 2012 10:22:18 +0000 (05:22 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 14 Nov 2012 10:22:18 +0000 (05:22 -0500)
I think this may be the result of some package upgrade

17 files changed:
apache2.conf
stylesheets/avail.css
stylesheets/checksanity.css
stylesheets/cmd.css
stylesheets/config.css
stylesheets/extinfo.css
stylesheets/histogram.css
stylesheets/history.css
stylesheets/ministatus.css
stylesheets/notifications.css
stylesheets/outages.css
stylesheets/showlog.css
stylesheets/status.css
stylesheets/statusmap.css
stylesheets/summary.css
stylesheets/tac.css
stylesheets/trends.css

index c734322d11fce3ae7290c02b73b6e609ef9772dd..0affebd8cf2cb95cffa8a48171f6f30f35e2c842 100644 (file)
@@ -30,7 +30,7 @@ Alias /nagios3 /usr/share/nagios3/htdocs
 <DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)>
        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
 </DirectoryMatch>
 
+<Directory /usr/share/nagios3/htdocs>
+       Options +ExecCGI        
+</Directory>
+
 # 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
index bff72e5c6dd90c6546ab78140f68138ac56d5634..b9c6bfc1c55ea9f502fc0f5b4c128071e21b5863 100644 (file)
@@ -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; }
index c2534dc73c15542a0ed03846626c0a686461c34f..c82ee460a389179fa9b5513d2e32e37244ce923e 100644 (file)
@@ -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; }
index 7993b75204cbb2c8e90d1dacd7a821b2f6fbebf6..c4c872bee0196448fcd491a11b7e2aade905358c 100644 (file)
@@ -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; }
index 7c684423256c6b03b424f1f58930359914d66c6f..3f864486ef8be019d9245b6cc30726065ae9cd4d 100644 (file)
@@ -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; }
index ff86dd73ed50e46a463f52d12f12660ecbbb6970..e4f11670ae7de8255f574d2dd2e1bf82bb362d88 100644 (file)
@@ -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; }
index 3ccda17e3f36ccf722e77054a8d0a18cafc092b4..2e08881b352588655e80695d46d7ecbd68f5fc84 100644 (file)
@@ -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; }
 
index 83efa6220b53c78e932f558964fb980753a97b9d..d3ef380f63a4923334884d6e7d8b892740c96ae6 100644 (file)
@@ -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; }
 
index cd54fa6527161aefd76d8b8cf832d375ec72d98e..0e2ebb4ac9d858c2db7702d4a2d21c27730759dd 100644 (file)
@@ -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; }
 
index 290e7b5e7bf0cc509eff2f2ed71ef50f9096d1a9..12268a3485cc6ed19ec3ce9ea83c87439c32c36c 100644 (file)
@@ -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; }
index dc2b4cea1f27ccbc5317291918390e1ef3e82472..5aa0ee2655e40b78390f5b5cddaf14076059871e 100644 (file)
@@ -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; }
index 3e4bd5b331ba94938e0318a84794836d17ffc7c3..b1bd8e33b51b2f30c7469a6f46977b2e70b442a4 100644 (file)
@@ -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; }
index 05aba8372bf45a22472781d74c605b224b6e2c79..ed48c86a0d78d2178bde0dd76e06251e9448f9b0 100644 (file)
@@ -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; }
 
index e52d25c99467f93dc20a1052d8b7bafc96672f44..dd57bbac801a7e8e56c6168255623efd77474b8d 100644 (file)
@@ -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; }
index f176c359b6dba939c2a91c0768d464bc36ea6aa7..5ca9d1fe66750eeb8176500890ef7f1d97369797 100644 (file)
@@ -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; }
index 1faec75c54b19bf9d0122f3cc346bab2d27d6ea6..e5e058216d259aacefd4fc86021242b902674de1 100644 (file)
@@ -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; }
index 27686cd25f74b645ed2870d8c750ac88540d5c0d..9255b6f68609278fdca64c071a615124ab7f77b5 100644 (file)
@@ -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; }