diff --git a/src/details.php b/src/details.php index 4a98ce3..739b10d 100644 --- a/src/details.php +++ b/src/details.php @@ -211,10 +211,14 @@ if ( isset($content['Sources'][$currentSourceID]) ) // && $content['uid_current' // $content['fields'][$mycolkey]['FieldValue'] = $logArray[$mycolkey]; // --- Set CSS Class - if ( $counter % 2 == 0 ) + if ( $counter % 2 == 0 ) { $content['fields'][$mycolkey]['cssclass'] = "line1"; - else + $content['fields'][$mycolkey]['cssclassfont'] = "line1"; + } + else { $content['fields'][$mycolkey]['cssclass'] = "line2"; + $content['fields'][$mycolkey]['cssclassfont'] = "line2"; + } if ( $mycolkey == SYSLOG_MESSAGE ) $content['fields'][$mycolkey]['menucssclass'] = "cellmenu1_naked"; diff --git a/src/templates/details.html b/src/templates/details.html index f633c6a..38b01f7 100644 --- a/src/templates/details.html +++ b/src/templates/details.html @@ -79,8 +79,8 @@ {FieldCaption} - - {fieldvalue} + + {fieldvalue} diff --git a/src/templates/include_footer.html b/src/templates/include_footer.html index 7b5fe40..2607dde 100644 --- a/src/templates/include_footer.html +++ b/src/templates/include_footer.html @@ -44,7 +44,7 @@ - {DBGLEVELTXT} + {DBGLEVELTXT}
{DBGMSG}
diff --git a/src/themes/highcontrast/jquery-ui-theme.css b/src/themes/highcontrast/jquery-ui-theme.css index 66b1886..e665cfc 100644 --- a/src/themes/highcontrast/jquery-ui-theme.css +++ b/src/themes/highcontrast/jquery-ui-theme.css @@ -37,7 +37,7 @@ } .ui-widget-header { border: 1px solid #4297d7; - background: #005DE5; + background: #073A82; color: #ffffff; font-weight: bold; } @@ -47,7 +47,7 @@ .ui-widget-header-noborder { border: 0px; - background: #005DE5; + background: #073A82; color: #ffffff; font-weight: bold; } @@ -61,7 +61,7 @@ .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #756b9c; - background: #0083E5; + background: #0A4CAD; font-weight: bold; color: #ffffff; } @@ -78,7 +78,7 @@ .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; - background: #005DE5; + background: #00255B; font-weight: bold; color: #FFFFFF; } diff --git a/src/themes/highcontrast/main.css b/src/themes/highcontrast/main.css index fbd8fcf..b726746 100644 --- a/src/themes/highcontrast/main.css +++ b/src/themes/highcontrast/main.css @@ -53,7 +53,7 @@ img font-weight:bold; background-color: #FFB742; - color: #003889; + color: #00255B; text-align:center; vertical-align:middle; @@ -62,7 +62,7 @@ a.title, a.title:active, a.title:visited { font-weight:bold; - color: #003889; + color: #00255B; TEXT-DECORATION: none; } a.title:hover @@ -184,23 +184,23 @@ a.title:hover { border:1px inset; border-color: #BDEEFF #79AABE #09506C #09506C; - background-color: #0083E5; + background-color: #003E79; text-decoration: none; } .topmenu2_link, A.topmenu2_link { - color: #FFDD22; + color: #FFFF55; } .topmenu2_link:hover, A.topmenu2_link:hover { - color: #FFFF99; + color: #FFFFFF; text-decoration: none; } .topmenu1_link, a.topmenu1_link, a.topmenu1_link:visited, .topmenu2_link, a.topmenu2_link, a.topmenu2_link:visited, .topmenu3_link, a.topmenu3_link, a.topmenu3_link:visited { vertical-align: middle; - color: #FFDD22; + color: #FFFF55; font-weight:bold; text-decoration: none; } @@ -208,7 +208,7 @@ a.title:hover { vertical-align: middle; - color: #FFFF99; + color: #FFFFFF; font-weight:bold; text-decoration: none; } @@ -260,7 +260,7 @@ a.cellmenu1_link:hover text-indent:0px; font-weight:bold; - background-color: #256392; + background-color: #0A4CAD; color: #FFFFFF; } .cellmenu2_naked @@ -271,7 +271,7 @@ a.cellmenu1_link:hover text-indent:0px; font-weight:bold; - background-color: #256392; + background-color: #0A4CAD; color: #FFFFFF; } @@ -279,7 +279,7 @@ a.cellmenu1_link:hover .ErrorMsg { font-weight: bold; - COLOR: #FF0000; + COLOR: #770000; } .PriorityEmergency { @@ -308,14 +308,14 @@ a.cellmenu1_link:hover .PriorityError { color: #FFFFFF; - background-color: #CC0000; + background-color: #990000; border-top: black 1px solid; border-bottom: black 1px solid; border-right: gray 1px solid; } .PriorityWarning { - color: #FFFFFF; + color: #000000; background-color: #FFAA00; border-top: black 1px solid; border-bottom: black 1px solid;